defconst => defvar doom-org-dir
This commit is contained in:
parent
dd14cd3acf
commit
4e726063ee
1 changed files with 1 additions and 1 deletions
|
@ -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")
|
||||||
|
|
||||||
(defconst doom-org-dir
|
(defvar doom-org-dir
|
||||||
(expand-file-name "~/org")
|
(expand-file-name "~/org")
|
||||||
"Where to find org notes")
|
"Where to find org notes")
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue