From 752b92570dac0c372889299fc5a253b5d35a493a Mon Sep 17 00:00:00 2001 From: Henrik Lissner Date: Fri, 12 Oct 2018 14:11:37 -0400 Subject: [PATCH] lang/latex: defconst -> defvar #955 Allow +latex-viewers to be set sooner. --- modules/lang/latex/config.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/modules/lang/latex/config.el b/modules/lang/latex/config.el index aeaebf900..b6dbab64a 100644 --- a/modules/lang/latex/config.el +++ b/modules/lang/latex/config.el @@ -11,7 +11,7 @@ enabling unicode symbols in math regions. This requires the unicode-math latex 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, they will be ignored. Recognized viewers are skim, zathura, okular and pdf-tools.