From 0050153c2f9ec54e8e518e63d61cedf7e1681e28 Mon Sep 17 00:00:00 2001 From: Amin Bandali Date: Mon, 9 Mar 2015 00:13:31 -0400 Subject: use Zathura with AUCTeX in emacs https://bbs.archlinux.org/viewtopic.php?id=189071 --- spacemacs/.spacemacs | 13 +++++++++++++ 1 file changed, 13 insertions(+) (limited to 'spacemacs') diff --git a/spacemacs/.spacemacs b/spacemacs/.spacemacs index cdc2f8f..541736c 100644 --- a/spacemacs/.spacemacs +++ b/spacemacs/.spacemacs @@ -104,6 +104,19 @@ layers configuration." (setq powerline-default-separator nil) (setq TeX-PDF-mode t Tex-command-default 'TeX) + (setq TeX-view-program-selection + '(((output-dvi style-pstricks) + "dvips and gv") + (output-dvi "xdvi") + (output-pdf "zathura") + (output-html "xdg-open"))) + + (setq TeX-view-program-list + '(("zathura" + ("zathura" (mode-io-correlate "-sync.sh") + " " + (mode-io-correlate "%n:1:%t ") + "%o")))) ) ;; Do not write anything past this comment. This is where Emacs will -- cgit v1.2.3-60-g2f50