fix(emacs): keep bookmarks and transient out of vc
This commit is contained in:
@@ -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 (file-name-concat syd-data-dir "bookmarks")))
|
(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)
|
(provide 'syd-autosave)
|
||||||
|
|||||||
Reference in New Issue
Block a user