Add: +skim as pdf viewer
This commit is contained in:
parent
7e87ab3e29
commit
0a655e4f52
1 changed files with 8 additions and 0 deletions
|
@ -101,6 +101,14 @@
|
||||||
(add-to-list 'TeX-view-program-selection
|
(add-to-list 'TeX-view-program-selection
|
||||||
'(output-pdf "Okular"))))
|
'(output-pdf "Okular"))))
|
||||||
|
|
||||||
|
(after! latex
|
||||||
|
(when (featurep! +skim)
|
||||||
|
(add-to-list 'TeX-view-program-list
|
||||||
|
'("Skim" "/Applications/Skim.app/Contents/SharedSupport/displayline -b -g %n %o %b"))
|
||||||
|
(add-to-list 'TeX-view-program-selection
|
||||||
|
'(output-pdf "Skim"))))
|
||||||
|
|
||||||
|
|
||||||
(def-package! preview
|
(def-package! preview
|
||||||
;; The preview package is currently broken with the latest AUCTeX version ("11.90.2.2017-07-25)
|
;; The preview package is currently broken with the latest AUCTeX version ("11.90.2.2017-07-25)
|
||||||
;; ... and Ghostscript 9.22. It's now fixed in AUCTeX master, so we just have to wait.
|
;; ... and Ghostscript 9.22. It's now fixed in AUCTeX master, so we just have to wait.
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue