diff --git a/configuration.org b/configuration.org index 4cf75fb..1f6ea1b 100644 --- a/configuration.org +++ b/configuration.org @@ -1796,7 +1796,9 @@ INFO plist." #+begin_src emacs-lisp (use-package undo-tree :config - (global-undo-tree-mode)) + (global-undo-tree-mode) + :custom + (undo-tree-auto-save-history nil)) #+end_src ** ~ciel~ to mimic ViM’s ~ci~ functionality