From 968ba3bdc3ea2c10f6fddb8080b4ccba42d6866f Mon Sep 17 00:00:00 2001
From: Stephane Del Pino <stephane.delpino44@gmail.com>
Date: Sun, 5 Apr 2020 20:17:42 +0200
Subject: [PATCH] =?UTF-8?q?Deuxi=C3=A8me=20essai?=
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit

---
 Configuration.org | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/Configuration.org b/Configuration.org
index b9d4061..135936c 100644
--- a/Configuration.org
+++ b/Configuration.org
@@ -612,6 +612,7 @@ Configuration LaTeX basique.
     :ensure auctex
     :init
     (add-hook 'LaTeX-mode-hook 'turn-on-reftex)
+    (setq TeX-parse-self t))
     :config
     (add-hook 'reftex-mode-hook
               '(lambda ()
@@ -621,7 +622,6 @@ Configuration LaTeX basique.
                      (let ((ivy-count-format "'=' for all | %d/%d "))
                        (reftex-citation)
                        )))))
-    (setq TeX-parse-self t))
 #+END_SRC
 
 ** Gestion de projets
-- 
GitLab