all repos — nixfiles @ 683cbf72529772ddd416aa0853abc720fbf43dfb

System and user configuration, managed by nix and home-manager

Emacs: stop undo-tree littering
Alan Pearce alan@alanpearce.eu
Sat, 18 Jun 2022 03:42:58 +0200
commit

683cbf72529772ddd416aa0853abc720fbf43dfb

parent

c755579395a47d25e747ab361d23c760b5079815

1 files changed, 3 insertions(+), 1 deletions(-)

jump to
M user/emacs/init.eluser/emacs/init.el
@@ -697,7 +697,9 @@ :ghook ('prog-mode-hook)) 
 (use-package undo-tree
   :defer 1
-  :config (global-undo-tree-mode))
+  :config (progn
+            (setq undo-tree-auto-save-history nil)
+            (global-undo-tree-mode)))
 
 ;;; Major modes