From 3130097949c5f8da8fef5004c8f053579cfabf6e Mon Sep 17 00:00:00 2001 From: Gergely Polonkai Date: Sun, 22 Oct 2023 06:56:53 +0200 Subject: [PATCH] Globally enable undo-tree --- configuration.org | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/configuration.org b/configuration.org index e74d112..34b3370 100644 --- a/configuration.org +++ b/configuration.org @@ -1794,7 +1794,9 @@ INFO plist." ** ~undo-tree~ #+begin_src emacs-lisp -(use-package undo-tree) +(use-package undo-tree + :config + (global-undo-tree-mode)) #+end_src ** ~ciel~ to mimic ViM’s ~ci~ functionality