fix(emacs): keep bookmarks and transient out of vc

This commit is contained in:
2026-02-09 02:47:00 -07:00
parent 8c083dfc17
commit 6c7c1f1b17

View File

@@ -71,9 +71,11 @@ the unwritable tidbits."
(setq-local register-alist (setq-local register-alist
(cl-remove-if-not #'savehist-printable register-alist))))) (cl-remove-if-not #'savehist-printable register-alist)))))
(with-eval-after-load 'bookmark ;; Stay out of my config dir!
;; Stay out of my config dir! (setq bookmark-default-file
(setq bookmark-default-file (file-name-concat syd-data-dir "bookmarks"))) (file-name-concat syd-data-dir "bookmarks")
transient-history-file
(file-name-concat syd-data-dir "transient/history.el"))
(provide 'syd-autosave) (provide 'syd-autosave)