defvar => defconst doom-org-dir (whoops!)

This commit is contained in:
Henrik Lissner 2016-12-24 18:45:21 -05:00
parent f8e36a093c
commit 8df4e83182

View file

@ -58,7 +58,7 @@
(format "%s/cache/%s" doom-private-dir (system-name)) (format "%s/cache/%s" doom-private-dir (system-name))
"Hostname-based elisp temp directories") "Hostname-based elisp temp directories")
(defvar doom-org-dir (defconst doom-org-dir
(expand-file-name "~/org") (expand-file-name "~/org")
"Where to find org notes") "Where to find org notes")