mirror of
https://github.com/doomemacs/doomemacs
synced 2025-08-01 12:17:25 -05:00
lang/latex: refactor default viewer resolution
And add evince to list of auto-detected viewers. This should fix an issue where preview-pane was used regardless of what viewer(s) were available.
This commit is contained in:
@ -11,7 +11,7 @@
|
||||
enabling unicode symbols in math regions. This requires the unicode-math latex
|
||||
package to be installed.")
|
||||
|
||||
(defvar +latex-viewers `(skim sumatrapdf zathura okular pdf-tools)
|
||||
(defvar +latex-viewers '(skim evince sumatrapdf zathura okular pdf-tools)
|
||||
"A list of enabled latex viewers to use, in this order. If they don't exist,
|
||||
they will be ignored. Recognized viewers are skim, zathura, okular and
|
||||
pdf-tools.
|
||||
|
Reference in New Issue
Block a user