Fix location of multisession data path

It's session data, and thus goes into `emacs-d-userdata`.
This commit is contained in:
Daniel - 2023-10-19 16:35:19 +02:00
parent 37a12c4d16
commit 52559e8cf8
Signed by: dbo
GPG Key ID: 784AA8DF0CCDF625
1 changed files with 1 additions and 1 deletions

View File

@ -253,7 +253,7 @@
(advice-add 'grep-read-files :around #'db/grep-read-files)))
(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
:custom ((proced-tree-flag t)