summaryrefslogtreecommitdiff
path: root/alot/defaults/alot.rc.spec
diff options
context:
space:
mode:
Diffstat (limited to 'alot/defaults/alot.rc.spec')
-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)