Fix #3089: load unfo-fu a little sooner

This commit is contained in:
Henrik Lissner 2020-05-13 14:05:58 -04:00
parent bc0db09a28
commit 5c493541a9
No known key found for this signature in database
GPG key ID: 5F6C0EA160557395

View file

@ -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