Making gpg files incompatible with undo-fu session
This commit is contained in:
parent
2cedf150ec
commit
d25da7185c
1 changed files with 1 additions and 1 deletions
|
@ -33,7 +33,7 @@
|
|||
:hook (undo-fu-mode . global-undo-fu-session-mode)
|
||||
:preface
|
||||
(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
|
||||
;; the load order of a package's `:config' block and makes it impossible
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue