feat(undo): add vundo

Close: #6263
This commit is contained in:
Daniel Levy Moreno 2023-03-21 22:30:54 -04:00 committed by Henrik Lissner
parent 18da873a8c
commit 9350b44dc0
No known key found for this signature in database
GPG key ID: B60957CA074D39A3
3 changed files with 15 additions and 2 deletions

View file

@ -48,6 +48,15 @@
(undo-fu-session--file-name-ext))))
(use-package! vundo
:unless (modulep! +tree)
:defer t
:config
(setq vundo-glyph-alist vundo-unicode-symbols
vundo-compact-display t)
(define-key vundo-mode-map [remap doom/escape] #'vundo-quit))
(use-package! undo-tree
:when (modulep! +tree)
;; Branching & persistent undo