summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorYann Herklotz <git@yannherklotz.com>2020-03-15 21:45:19 +0000
committerYann Herklotz <git@yannherklotz.com>2020-03-15 21:45:19 +0000
commit99f13077092c3faa557e441428dfa87306c779da (patch)
tree79423c7d6344d3d03eecdf4651dc295e70cf4f3f
parent332179bb24683ff3c214188be4ae1ed09976896a (diff)
downloadorg-zettelkasten-99f13077092c3faa557e441428dfa87306c779da.tar.gz
org-zettelkasten-99f13077092c3faa557e441428dfa87306c779da.zip
Fix default custom values
-rw-r--r--zettelkasten.el4
1 files changed, 2 insertions, 2 deletions
diff --git a/zettelkasten.el b/zettelkasten.el
index 7b9416b..97f5eec 100644
--- a/zettelkasten.el
+++ b/zettelkasten.el
@@ -31,12 +31,12 @@ After that, changing the prefix key requires manipulating keymaps."
:type 'key-sequence
:group 'zettelkasten)
-(defcustom zettelkasten-directory "~/Projects/zettelkasten"
+(defcustom zettelkasten-directory "~/Dropbox/org/zettelkasten"
"Main zettelkasten directory."
:type 'string
:group 'zettelkasten)
-(defcustom zettelkasten-file-format "%y%W%u%%04d"
+(defcustom zettelkasten-file-format "%y%W%u%%02d"
"Format for new zettelkasten files.
For supported options, please consult `format-time-string'."