summaryrefslogtreecommitdiffstats
path: root/org-zettelkasten.el
diff options
context:
space:
mode:
authorYann Herklotz <git@yannherklotz.com>2021-08-30 12:25:33 +0200
committerYann Herklotz <git@yannherklotz.com>2021-08-30 12:25:33 +0200
commite60617ebf20a8a81b342ca7af095000329e9336e (patch)
tree9c8118e9328256e15d331f72a8d6d2b35e7f5ac8 /org-zettelkasten.el
parent1528328180a2e1974315aebd4d30440aaac72c4f (diff)
downloadorg-zettelkasten-e60617ebf20a8a81b342ca7af095000329e9336e.tar.gz
org-zettelkasten-e60617ebf20a8a81b342ca7af095000329e9336e.zip
Try to fix melpazoid errors
Diffstat (limited to 'org-zettelkasten.el')
-rw-r--r--org-zettelkasten.el2
1 files changed, 1 insertions, 1 deletions
diff --git a/org-zettelkasten.el b/org-zettelkasten.el
index f5279ff..18d446f 100644
--- a/org-zettelkasten.el
+++ b/org-zettelkasten.el
@@ -39,7 +39,7 @@
"Helper to work with zettelkasten notes."
:group 'applications)
-(defcustom org-zettelkasten-directory (concat (file-name-directory user-init-file) "/org-zettelkasten")
+(defcustom org-zettelkasten-directory (expand-file-name "~/org-zettelkasten")
"Main zettelkasten directory."
:type 'string
:group 'org-zettelkasten)