From 7afe57e630acdaaf327c66145107215a53afa335 Mon Sep 17 00:00:00 2001 From: Antoine Martin Date: Thu, 16 Apr 2020 22:12:10 +0200 Subject: [PATCH] Add undo module Was previously included in core-editor, now can be disabled, as of hlissner/doom-emacs@3e340ab. --- init.el | 1 + 1 file changed, 1 insertion(+) diff --git a/init.el b/init.el index 0fb478c..8d8df85 100644 --- a/init.el +++ b/init.el @@ -66,6 +66,7 @@ dired ; making dired pretty [functional] ;;electric ; smarter, keyword-based electric-indent ;;ibuffer ; interactive buffer management + undo ; persistent, smarter undo for your inevitable mistakes vc ; version-control and Emacs, sitting in a tree :term