mirror of
https://github.com/doomemacs/doomemacs
synced 2025-08-01 12:17:25 -05:00
Bump :editor evil
emacs-evil/evil@1e7aa5b -> emacs-evil/evil@373a57e redguardtoo/evil-nerd-commenter@87734b9 -> redguardtoo/evil-nerd-commenter@b670f69 emacs-evil/evil-collection@c136589 -> emacs-evil/evil-collection@a21725f
This commit is contained in:
@ -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
|
||||
|
Reference in New Issue
Block a user