Skip to content

Commit

Permalink
tweak(undo-fu): set evil-undo-system with setopt
Browse files Browse the repository at this point in the history
  • Loading branch information
abougouffa committed Jul 8, 2023
1 parent 01d4a5a commit 7841b94
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions modules/me-undo.el
Original file line number Diff line number Diff line change
Expand Up @@ -24,8 +24,7 @@
:demand t
:config
(with-eval-after-load 'evil
(setq evil-undo-system 'undo-fu)
(evil-set-undo-system 'undo-fu)))
(setopt evil-undo-system 'undo-fu)))

(use-package undo-fu-session
:straight t
Expand Down

0 comments on commit 7841b94

Please sign in to comment.