Fix #3089: undo-fu-mode not enabled early enough
This commit is contained in:
parent
1529dcaaf5
commit
5e7d684927
1 changed files with 1 additions and 1 deletions
|
@ -2,7 +2,7 @@
|
|||
|
||||
(use-package! undo-fu
|
||||
:unless (featurep! +tree)
|
||||
:after-call doom-switch-buffer after-find-file
|
||||
:after-call doom-switch-buffer-hook after-find-file
|
||||
:init
|
||||
(after! undo-tree
|
||||
(global-undo-tree-mode -1))
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue