Skip to content

Commit

Permalink
emacs: Replace undo-tree with undo-fu
Browse files Browse the repository at this point in the history
undo-tree has lots of subtle issues:
emacs-evil/evil#1074. Try and work around
that by using the simpler undo-fu package. There's no tree
visualization here, though.
  • Loading branch information
omajid committed Feb 15, 2021
1 parent ba4d12f commit ffaedf1
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions emacs.d/init.el
Original file line number Diff line number Diff line change
Expand Up @@ -447,8 +447,7 @@
:config
(editorconfig-mode 1))

(use-package undo-tree
:diminish undo-tree-mode)
(use-package undo-fu)

(use-package expand-region
:commands er/expand-region
Expand Down

0 comments on commit ffaedf1

Please sign in to comment.