From 4ee50e641eb8eeca1499d14109cf95b47296a9ba Mon Sep 17 00:00:00 2001 From: Martin Potier Date: Fri, 25 Mar 2016 12:08:17 +0100 Subject: [PATCH] Adding synctex --- emacs/.spacemacs | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/emacs/.spacemacs b/emacs/.spacemacs index 7e299fa..89a5479 100644 --- a/emacs/.spacemacs +++ b/emacs/.spacemacs @@ -274,7 +274,13 @@ you should place you code here." (list "~/agenda/these.org" "~/agenda/perso.org" "~/agenda/calendars/iutfbleau.org")) + + ;; Not canary yellow! (setq fci-rule-color "#073642") + + ;; Tex viewers + (setq TeX-view-program-list '(("Zathura" "zathura-sync.sh %n:1:%b %o"))) + (setq TeX-view-program-selection '((output-pdf "Zathura"))) ) ;; Do not write anything past this comment. This is where Emacs will