diff --git a/modules/lang/latex/config.el b/modules/lang/latex/config.el index 527740328..936f1dcb5 100644 --- a/modules/lang/latex/config.el +++ b/modules/lang/latex/config.el @@ -94,7 +94,7 @@ (map-put TeX-view-program-selection 'output-pdf '("Skim"))) ;; Or Zathura - (when (featureep! +zathura) + (when (featurep! +zathura) (map-put TeX-view-program-selection 'output-pdf '("Zathura"))) ;; Or PDF-tools, but only if the module is also loaded