aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorYann Herklotz <git@yannherklotz.com>2020-03-17 22:37:10 +0000
committerYann Herklotz <git@yannherklotz.com>2020-03-17 22:37:10 +0000
commit3822ee0c376a6c431bf28bdba64a0a27696f9cab (patch)
treed1a1fa339c879d0976cf01ac7813046d949fd67b
parent62f26ddcda0f03de5b34158b4cd124cf758ee13e (diff)
downloademacs-zettelkasten-3822ee0c376a6c431bf28bdba64a0a27696f9cab.tar.gz
emacs-zettelkasten-3822ee0c376a6c431bf28bdba64a0a27696f9cab.zip
Restore file format
-rw-r--r--zettelkasten.el2
1 files changed, 1 insertions, 1 deletions
diff --git a/zettelkasten.el b/zettelkasten.el
index 17affeb..69ca56b 100644
--- a/zettelkasten.el
+++ b/zettelkasten.el
@@ -36,7 +36,7 @@ After that, changing the prefix key requires manipulating keymaps."
:type 'string
:group 'zettelkasten)
-(defcustom zettelkasten-file-format "%y%W%u%%02d-%%s"
+(defcustom zettelkasten-file-format "%y%W%u%%02d"
"Format for new zettelkasten files.
For supported options, please consult `format-time-string'."