Henrik Lissner 2020-10-09 04:41:45 -04:00
parent 11faeae9a6
commit 1757dd1700
No known key found for this signature in database
GPG key ID: 5F6C0EA160557395
5 changed files with 32 additions and 12 deletions

View file

@ -3,10 +3,6 @@
(use-package! undo-fu
:unless (featurep! +tree)
:hook (doom-first-buffer . undo-fu-mode)
:init
;; `evil' activates undo-tree, so we must pre-emptively disable it.
(after! undo-tree
(global-undo-tree-mode -1))
:config
;; Store more undo history to prevent loss of data
(setq undo-limit 400000