diff --git a/modules/home/users/crumb/emacs/modules/syd-autosave.el b/modules/home/users/crumb/emacs/modules/syd-autosave.el index 1c31f43..5d2163c 100644 --- a/modules/home/users/crumb/emacs/modules/syd-autosave.el +++ b/modules/home/users/crumb/emacs/modules/syd-autosave.el @@ -71,9 +71,11 @@ the unwritable tidbits." (setq-local register-alist (cl-remove-if-not #'savehist-printable register-alist))))) -(with-eval-after-load 'bookmark - ;; Stay out of my config dir! - (setq bookmark-default-file (file-name-concat syd-data-dir "bookmarks"))) +;; Stay out of my config dir! +(setq bookmark-default-file + (file-name-concat syd-data-dir "bookmarks") + transient-history-file + (file-name-concat syd-data-dir "transient/history.el")) (provide 'syd-autosave)