mirror of
https://github.com/doomemacs/doomemacs
synced 2025-08-03 12:27:26 -05:00
Skim already configured upstream
This commit is contained in:
@ -6,7 +6,6 @@
|
|||||||
(defvar +latex-indent-level-item-continuation 4
|
(defvar +latex-indent-level-item-continuation 4
|
||||||
"Custom indentation level for items in enumeration-type environments")
|
"Custom indentation level for items in enumeration-type environments")
|
||||||
|
|
||||||
|
|
||||||
;;
|
;;
|
||||||
;; Plugins
|
;; Plugins
|
||||||
;;
|
;;
|
||||||
@ -84,7 +83,6 @@
|
|||||||
|
|
||||||
;; Or Skim
|
;; Or Skim
|
||||||
(when (featurep! +skim)
|
(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")))
|
(add-to-list 'TeX-view-program-selection 'output-pdf '("Skim")))
|
||||||
|
|
||||||
;; Or Zathura
|
;; Or Zathura
|
||||||
|
Reference in New Issue
Block a user