From e8586c18e73920ec9c5ad3344a0fbaa53bca3954 Mon Sep 17 00:00:00 2001 From: Julian Mehne Date: Sun, 21 Jan 2018 19:53:33 +0100 Subject: Store settings in alot.rc.spec. - allows users to use $XDG_CONFIG_HOME, as well - stores information in single places. --- alot/defaults/alot.rc.spec | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) (limited to 'alot/defaults') 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) -- cgit v1.2.3