mirror of
https://github.com/doomemacs/doomemacs
synced 2025-08-01 12:17:25 -05:00
Merge pull request #3571 from tylerware/feat/disable-undo-fu-session-for-gpg
Make gpg files incompatible with undo-fu session
This commit is contained in:
@ -33,7 +33,7 @@
|
|||||||
:hook (undo-fu-mode . global-undo-fu-session-mode)
|
:hook (undo-fu-mode . global-undo-fu-session-mode)
|
||||||
:preface
|
:preface
|
||||||
(setq undo-fu-session-directory (concat doom-cache-dir "undo-fu-session/")
|
(setq undo-fu-session-directory (concat doom-cache-dir "undo-fu-session/")
|
||||||
undo-fu-session-incompatible-files '("/COMMIT_EDITMSG\\'" "/git-rebase-todo\\'"))
|
undo-fu-session-incompatible-files '("\\.gpg$" "/COMMIT_EDITMSG\\'" "/git-rebase-todo\\'"))
|
||||||
|
|
||||||
;; HACK We avoid `:config' here because `use-package's `:after' complicates
|
;; HACK We avoid `:config' here because `use-package's `:after' complicates
|
||||||
;; the load order of a package's `:config' block and makes it impossible
|
;; the load order of a package's `:config' block and makes it impossible
|
||||||
|
Reference in New Issue
Block a user