Fix location of multisession data path

It's session data, and thus goes into `emacs-d-userdata`.
This commit is contained in:
Daniel Borchmann 2023-10-19 16:35:19 +02:00
parent 37a12c4d16
commit 52559e8cf8
No known key found for this signature in database
GPG Key ID: 784AA8DF0CCDF625

View File

@ -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)