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:
parent
11faeae9a6
commit
1757dd1700
5 changed files with 32 additions and 12 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue