Configure multisessions' directory to be under private/

It contains data to be stored between sessions and thus belongs there.
This commit is contained in:
Daniel - 2023-10-01 15:30:18 +02:00
parent 563ce633a0
commit f7254fc6a4
Signed by: dbo
GPG Key ID: 784AA8DF0CCDF625
1 changed files with 3 additions and 0 deletions

View File

@ -496,6 +496,9 @@
;; and replace it with something more straightforward.
(advice-add 'grep-read-files :around #'db/grep-read-files)))
(use-package multisession
:config (setq multisession-directory (expand-file-name "multisession/" emacs-d)))
(use-package proced
:custom ((proced-tree-flag t)
(proced-auto-update-flag t)