Move treemacs-last-error-persist-file out of ~/.emacs.d
Git off my lawn.
This commit is contained in:
parent
c627972d20
commit
dbcd2f7624
1 changed files with 2 additions and 1 deletions
|
@ -3,7 +3,8 @@
|
||||||
(setq treemacs-follow-after-init t
|
(setq treemacs-follow-after-init t
|
||||||
treemacs-is-never-other-window t
|
treemacs-is-never-other-window t
|
||||||
treemacs-sorting 'alphabetic-case-insensitive-desc
|
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
|
(after! treemacs-persistence
|
||||||
;; This variable is defined with defconst, so we must wait to change it until
|
;; This variable is defined with defconst, so we must wait to change it until
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue