Update documentation of recognized latex viewers

The user documentation of +latex-viewers did not keep up with changes to
the variable. This commit realigns its documentation.
This commit is contained in:
Alexander Graul 2019-09-28 18:28:48 +02:00
parent 89242f83d2
commit db2901af71
2 changed files with 12 additions and 10 deletions

View file

@ -13,8 +13,8 @@ package to be installed.")
(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.
they will be ignored. Recognized viewers are skim, evince, sumatrapdf, zathura,
okular and pdf-tools.
If no viewers are found, `latex-preview-pane' is used.")