From 7e062444ec00787bb83b22927d16acfca1759d55 Mon Sep 17 00:00:00 2001
From: Philippe Dosch <Philippe.Dosch@loria.fr>
Date: Fri, 19 Apr 2024 15:41:18 +0200
Subject: [PATCH] =?UTF-8?q?D=C3=A9placement=20des=20undos=20autos?=
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit

---
 .emacs | 1 +
 1 file changed, 1 insertion(+)

diff --git a/.emacs b/.emacs
index 46ba432..43a9187 100644
--- a/.emacs
+++ b/.emacs
@@ -316,6 +316,7 @@
   :ensure t
   :init
   (global-undo-tree-mode)
+  (setq undo-tree-history-directory-alist '(("." . "~/.emacs.d/undo")))
   :bind (("C-ยง" . undo-tree-redo)
   ))
 
-- 
GitLab