From cf35170790c3663c902fc289a00ecef1b2da56bf Mon Sep 17 00:00:00 2001 From: Riyyi Date: Mon, 19 Oct 2020 04:33:24 +0200 Subject: [PATCH] Set evil's undo-system --- .config/emacs/config.org | 1 + 1 file changed, 1 insertion(+) diff --git a/.config/emacs/config.org b/.config/emacs/config.org index f5ba828..dbf1a22 100644 --- a/.config/emacs/config.org +++ b/.config/emacs/config.org @@ -258,6 +258,7 @@ Install and configure packages. (evil-split-window-below t) (evil-shift-round nil) (evil-want-C-u-scroll t) + (evil-undo-system 'undo-tree) ;; Do not set half cursor in operator state (evil-operator-state-cursor 'box) ;; Needed by evil-collection