tweak(org): move org-persist-directory to doom-cache-dir
This commit is contained in:
parent
df5cb2051c
commit
bdac4466f8
1 changed files with 1 additions and 0 deletions
|
@ -1246,6 +1246,7 @@ compelling reason, so..."
|
|||
|
||||
(setq org-publish-timestamp-directory (concat doom-cache-dir "org-timestamps/")
|
||||
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.
|
||||
org-list-allow-alphabetical t)
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue