diff --git a/init.el b/init.el index 5309de5..fe84097 100644 --- a/init.el +++ b/init.el @@ -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)