From d03eb59d26829092d81cff71153c48d7d656650f Mon Sep 17 00:00:00 2001 From: Tim McCarthy Date: Mon, 7 Dec 2020 12:28:07 -0800 Subject: [PATCH] Doom: Add undo-fu evil-redo was refusing to work without it --- doom/init.el | 1 + 1 file changed, 1 insertion(+) diff --git a/doom/init.el b/doom/init.el index 5c23719..1a0f32d 100644 --- a/doom/init.el +++ b/doom/init.el @@ -67,6 +67,7 @@ electric ; smarter, keyword-based electric-indent ;;ibuffer ; interactive buffer management vc ; version-control and Emacs, sitting in a tree + undo :term eshell ; a consistent, cross-platform shell (WIP)