Fixing a typo in spacemacs config

This commit is contained in:
Martin Potier 2016-03-30 22:51:18 +02:00
parent 0dcc14244e
commit 844fb872bb
1 changed files with 1 additions and 1 deletions

View File

@ -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")))
)