mirror of
https://github.com/doomemacs/doomemacs
synced 2025-08-01 12:17:25 -05:00
tweak(org): move org-persist-directory to doom-cache-dir
This commit is contained in:
@ -1246,6 +1246,7 @@ compelling reason, so..."
|
|||||||
|
|
||||||
(setq org-publish-timestamp-directory (concat doom-cache-dir "org-timestamps/")
|
(setq org-publish-timestamp-directory (concat doom-cache-dir "org-timestamps/")
|
||||||
org-preview-latex-image-directory (concat doom-cache-dir "org-latex/")
|
org-preview-latex-image-directory (concat doom-cache-dir "org-latex/")
|
||||||
|
org-persist-directory (concat doom-cache-dir "org-persist/")
|
||||||
;; Recognize a), A), a., A., etc -- must be set before org is loaded.
|
;; Recognize a), A), a., A., etc -- must be set before org is loaded.
|
||||||
org-list-allow-alphabetical t)
|
org-list-allow-alphabetical t)
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user