mirror of
https://github.com/doomemacs/doomemacs
synced 2025-08-01 12:17:25 -05:00
org: change how paths are defined
This commit is contained in:
@ -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)))
|
||||
|
Reference in New Issue
Block a user