lang/latex: defconst -> defvar #955

Allow +latex-viewers to be set sooner.
This commit is contained in:
Henrik Lissner 2018-10-12 14:11:37 -04:00
parent 0ebf526e01
commit 752b92570d

View file

@ -11,7 +11,7 @@
enabling unicode symbols in math regions. This requires the unicode-math latex enabling unicode symbols in math regions. This requires the unicode-math latex
package to be installed.") package to be installed.")
(defconst +latex-viewers `(skim zathura okular pdf-tools) (defvar +latex-viewers `(skim zathura okular pdf-tools)
"A list of enabled latex viewers to use, in this order. If they don't exist, "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 they will be ignored. Recognized viewers are skim, zathura, okular and
pdf-tools. pdf-tools.