From 8f6be4a9861d29cd189b07f332a56cb83bd86abd Mon Sep 17 00:00:00 2001
From: JozanLeClerc <bousset.rudy@gmail.com>
Date: Mon, 14 Mar 2022 17:31:20 +0100
Subject: In progress

---
 .config/emacs/org/config.org | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

(limited to '.config/emacs/org')

diff --git a/.config/emacs/org/config.org b/.config/emacs/org/config.org
index 5bff1f7..30a397f 100644
--- a/.config/emacs/org/config.org
+++ b/.config/emacs/org/config.org
@@ -754,7 +754,8 @@ then it takes a second \\[keyboard-quit] to abort the minibuffer."
 
 *** undo-tree
 	#+BEGIN_SRC emacs-lisp
-	(require 'undo-tree)
+	  (require 'undo-tree)
+	(setq undo-tree-auto-save-history nil)
 	#+END_SRC
 
 ** Compilation
-- 
cgit v1.2.3