org: change how paths are defined
This commit is contained in:
parent
36781adb56
commit
5e8fa54b89
4 changed files with 21 additions and 11 deletions
|
@ -58,6 +58,10 @@
|
|||
(format "%s/cache/%s" doom-private-dir (system-name))
|
||||
"Hostname-based elisp temp directories")
|
||||
|
||||
(defconst doom-org-dir
|
||||
(expand-file-name "~/org")
|
||||
"Where to find org notes")
|
||||
|
||||
;; window-system is deprecated. Not on my watch!
|
||||
(unless (boundp 'window-system)
|
||||
(defvar window-system (framep-on-display)))
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue