From a18370ef7d0e84e89870511d2ea3bbd5d12797bb Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Micha=C3=ABl=20Hauspie?= <michael.hauspie@univ-lille.fr>
Date: Fri, 21 Oct 2022 16:10:19 +0200
Subject: [PATCH] Remove undo-tree

---
 configuration.org | 8 +++++---
 1 file changed, 5 insertions(+), 3 deletions(-)

diff --git a/configuration.org b/configuration.org
index 904af77..5157a58 100644
--- a/configuration.org
+++ b/configuration.org
@@ -249,10 +249,12 @@ Define a shortcut to re-indent all buffer. This saves the current point, marks w
 
 Manage undo as a tree so that we can undo/redo more. Bound by default on =C-x u=
 
+**Deactivated yet**
+
 #+begin_src emacs-lisp
-(use-package undo-tree
-  :config
-  (global-undo-tree-mode))
+;;(use-package undo-tree
+;;  :config
+;;  (global-undo-tree-mode))
 #+end_src
 
 
-- 
GitLab