diff --git a/users/crumb/programs/emacs/modules/syd-autosave.el b/users/crumb/programs/emacs/modules/syd-autosave.el index fe0dfb9..1c31f43 100755 --- a/users/crumb/programs/emacs/modules/syd-autosave.el +++ b/users/crumb/programs/emacs/modules/syd-autosave.el @@ -71,5 +71,9 @@ 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"))) + (provide 'syd-autosave)