From ffaedf16a596d8a98ca2cec3294cd4803bb10f9e Mon Sep 17 00:00:00 2001 From: Omair Majid Date: Mon, 15 Feb 2021 18:32:58 -0500 Subject: [PATCH] emacs: Replace undo-tree with undo-fu undo-tree has lots of subtle issues: https://github.com/emacs-evil/evil/issues/1074. Try and work around that by using the simpler undo-fu package. There's no tree visualization here, though. --- emacs.d/init.el | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/emacs.d/init.el b/emacs.d/init.el index 66b6a2f..f4529a9 100644 --- a/emacs.d/init.el +++ b/emacs.d/init.el @@ -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