add undo-fu-session
This commit is contained in:
parent
818621bbb9
commit
7b6114a27d
4
init.org
4
init.org
@ -377,6 +377,10 @@ If the current window occupies the whole frame, split it."
|
||||
:after evil
|
||||
:if (< (string-to-number emacs-version) 28)
|
||||
:diminish)
|
||||
(use-package undo-fu-session
|
||||
:custom (undo-fu-session-directory (expand-file-name "undo-cache/"
|
||||
user-emacs-directory))
|
||||
:init (undo-fu-session-global-mode))
|
||||
(use-package vundo
|
||||
:custom (vundo-glyph-alist vundo-unicode-symbols)
|
||||
:config
|
||||
|
Loading…
Reference in New Issue
Block a user