mirror of
https://github.com/doomemacs/doomemacs
synced 2025-08-01 12:17:25 -05:00
Move treemacs-last-error-persist-file out of ~/.emacs.d
Git off my lawn.
This commit is contained in:
@ -3,7 +3,8 @@
|
||||
(setq treemacs-follow-after-init t
|
||||
treemacs-is-never-other-window t
|
||||
treemacs-sorting 'alphabetic-case-insensitive-desc
|
||||
treemacs-persist-file (concat doom-cache-dir "treemacs-persist"))
|
||||
treemacs-persist-file (concat doom-cache-dir "treemacs-persist")
|
||||
treemacs-last-error-persist-file (concat doom-cache-dir "treemacs-last-error-persist"))
|
||||
|
||||
(after! treemacs-persistence
|
||||
;; This variable is defined with defconst, so we must wait to change it until
|
||||
|
Reference in New Issue
Block a user