Move some plugins' storage to doom-etc-dir
This commit is contained in:
parent
bac286e8e2
commit
9408062f60
4 changed files with 5 additions and 5 deletions
|
@ -10,7 +10,7 @@
|
|||
(def-package! eshell ; built-in
|
||||
:commands eshell-mode
|
||||
:init
|
||||
(setq eshell-directory-name (concat doom-cache-dir "/eshell")
|
||||
(setq eshell-directory-name (concat doom-etc-dir "/eshell")
|
||||
eshell-scroll-to-bottom-on-input 'all
|
||||
eshell-scroll-to-bottom-on-output 'all
|
||||
eshell-buffer-shorthand t
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue