Skip to content
Snippets Groups Projects
Commit 968ba3bd authored by Stéphane Del Pino's avatar Stéphane Del Pino
Browse files

Deuxième essai

parent 70d24d45
No related branches found
No related tags found
No related merge requests found
......@@ -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
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment