aboutsummaryrefslogtreecommitdiffstats
path: root/org-zettelkasten.el
diff options
context:
space:
mode:
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)