From 52559e8cf84cc058fffbbe84f27fb904865932d8 Mon Sep 17 00:00:00 2001 From: Daniel Borchmann Date: Thu, 19 Oct 2023 16:35:19 +0200 Subject: [PATCH] Fix location of multisession data path It's session data, and thus goes into `emacs-d-userdata`. --- init.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/init.el b/init.el index e295bb8..c998ef2 100644 --- a/init.el +++ b/init.el @@ -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)