mirror of
https://github.com/doomemacs/doomemacs
synced 2025-08-01 12:17:25 -05:00
Add: +skim as pdf viewer
This commit is contained in:
@ -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.
|
||||||
|
Reference in New Issue
Block a user