diff --git a/emacs/.spacemacs b/emacs/.spacemacs index 89a5479..475f96c 100644 --- a/emacs/.spacemacs +++ b/emacs/.spacemacs @@ -279,7 +279,7 @@ you should place you code here." (setq fci-rule-color "#073642") ;; Tex viewers - (setq TeX-view-program-list '(("Zathura" "zathura-sync.sh %n:1:%b %o"))) + (setq TeX-view-program-list '(("Zathura" "zathura-sync %n:1:%b %o"))) (setq TeX-view-program-selection '((output-pdf "Zathura"))) )