summaryrefslogtreecommitdiff
path: root/alot/defaults
diff options
context:
space:
mode:
authorJulian Mehne <julian.mehne@posteo.de>2018-01-21 19:53:33 +0100
committerJulian Mehne <julian.mehne@posteo.de>2018-01-21 20:10:09 +0100
commite8586c18e73920ec9c5ad3344a0fbaa53bca3954 (patch)
tree1c7ab5f754671ecceeb36263106447767ac2a41d /alot/defaults
parent0194326b89adacd3c1a75aacbcd30c6cd71bf598 (diff)
Store settings in alot.rc.spec.
- allows users to use $XDG_CONFIG_HOME, as well - stores information in single places.
Diffstat (limited to 'alot/defaults')
-rw-r--r--alot/defaults/alot.rc.spec6
1 files changed, 2 insertions, 4 deletions
diff --git a/alot/defaults/alot.rc.spec b/alot/defaults/alot.rc.spec
index cfecb123..36b45124 100644
--- a/alot/defaults/alot.rc.spec
+++ b/alot/defaults/alot.rc.spec
@@ -31,12 +31,10 @@ tabwidth = integer(default=8)
# templates directory that contains your message templates.
# It will be used if you give `compose --template` a filename without a path prefix.
-# The default path is `$XDG_CONFIG_HOME/alot/temmplates`.
-template_dir = string(default=None)
+template_dir = string(default='$XDG_CONFIG_HOME/alot/templates')
# directory containing theme files.
-# The default path is `$XDG_CONFIG_HOME/alot/themes`.
-themes_dir = string(default=None)
+themes_dir = string(default='$XDG_CONFIG_HOME/alot/themes')
# name of the theme to use
theme = string(default=None)