Fix #3089: load unfo-fu a little sooner
This commit is contained in:
parent
bc0db09a28
commit
5c493541a9
1 changed files with 2 additions and 1 deletions
|
@ -2,8 +2,9 @@
|
|||
|
||||
(use-package! undo-fu
|
||||
:unless (featurep! +tree)
|
||||
:after-call doom-switch-buffer-hook after-find-file
|
||||
:after-call pre-command-hook after-find-file
|
||||
:init
|
||||
;; `evil' activates undo-tree, so we must pre-emptively disable it.
|
||||
(after! undo-tree
|
||||
(global-undo-tree-mode -1))
|
||||
:config
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue