Fixing a typo in spacemacs config
This commit is contained in:
parent
0dcc14244e
commit
844fb872bb
1 changed files with 1 additions and 1 deletions
|
@ -279,7 +279,7 @@ you should place you code here."
|
||||||
(setq fci-rule-color "#073642")
|
(setq fci-rule-color "#073642")
|
||||||
|
|
||||||
;; Tex viewers
|
;; 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")))
|
(setq TeX-view-program-selection '((output-pdf "Zathura")))
|
||||||
)
|
)
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue