From 5ac0cba132f8da6e3912c8b3eafaf0e08e80b9ff Mon Sep 17 00:00:00 2001
From: Stephane Del Pino <stephane.delpino44@gmail.com>
Date: Sun, 5 Apr 2020 21:10:38 +0200
Subject: [PATCH] Correction TeX-parse-self

---
 Configuration.org | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

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