mirror of
https://github.com/doomemacs/doomemacs
synced 2025-08-03 12:27:26 -05:00
Fix #3089: undo-fu-mode not enabled early enough
This commit is contained in:
@ -2,7 +2,7 @@
|
|||||||
|
|
||||||
(use-package! undo-fu
|
(use-package! undo-fu
|
||||||
:unless (featurep! +tree)
|
:unless (featurep! +tree)
|
||||||
:after-call doom-switch-buffer after-find-file
|
:after-call doom-switch-buffer-hook after-find-file
|
||||||
:init
|
:init
|
||||||
(after! undo-tree
|
(after! undo-tree
|
||||||
(global-undo-tree-mode -1))
|
(global-undo-tree-mode -1))
|
||||||
|
Reference in New Issue
Block a user