Fix location of multisession data path
It's session data, and thus goes into `emacs-d-userdata`.
This commit is contained in:
parent
37a12c4d16
commit
52559e8cf8
2
init.el
2
init.el
@ -253,7 +253,7 @@
|
|||||||
(advice-add 'grep-read-files :around #'db/grep-read-files)))
|
(advice-add 'grep-read-files :around #'db/grep-read-files)))
|
||||||
|
|
||||||
(use-package multisession
|
(use-package multisession
|
||||||
:init (setq multisession-directory (expand-file-name "multisession/" emacs-d)))
|
:init (setq multisession-directory (expand-file-name "multisession/" emacs-d-userdata)))
|
||||||
|
|
||||||
(use-package proced
|
(use-package proced
|
||||||
:custom ((proced-tree-flag t)
|
:custom ((proced-tree-flag t)
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user