defvar => defconst doom-org-dir (whoops!)
This commit is contained in:
parent
f8e36a093c
commit
8df4e83182
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")
|
||||||
|
|
||||||
(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")
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue