summaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorJulian Mehne <julian.mehne@posteo.de>2018-01-21 16:59:39 +0100
committerJulian Mehne <julian.mehne@posteo.de>2018-01-21 20:10:09 +0100
commitb9cbd26cbff48aa1a70a857210382a84503f60e2 (patch)
tree3ef57db8908e7cdde50de703f2c4c01b4ae81569 /docs
parentd94d786b296d0f746e0442d9c3483673dec2e38b (diff)
Fix `:compose --template=foo` if default template_dir is used.
Fixes the following bug: To reproduce:: - Don't define `template_dir` in the user configuration file, such that the default value is used. - Run: :compose --template=foobar Problem: Displays error: `no template directory: $XDG_CONFIG_HOME/alot/templates`
Diffstat (limited to 'docs')
-rw-r--r--docs/source/configuration/alotrc_table2
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/source/configuration/alotrc_table b/docs/source/configuration/alotrc_table
index e8a97958..a7bc5ec6 100644
--- a/docs/source/configuration/alotrc_table
+++ b/docs/source/configuration/alotrc_table
@@ -578,7 +578,7 @@
It will be used if you give `compose --template` a filename without a path prefix.
:type: string
- :default: "$XDG_CONFIG_HOME/alot/templates"
+ :default: None
.. _terminal-cmd: