From 232efa1668c24f359e9f26f1b70b610485556908 Mon Sep 17 00:00:00 2001 From: tremeur29 Date: Tue, 31 Aug 2021 10:57:03 +0100 Subject: [PATCH] Make pdfs work on windowsgit add init.el ! --- init.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/init.el b/init.el index caad14c..93718af 100644 --- a/init.el +++ b/init.el @@ -220,7 +220,7 @@ (when (iswin) (use-package doc-view ; not tested :config - (setq doc-view-ghostscript-program "gswin32c.exe"))) + (setq doc-view-ghostscript-program "gswin32c"))) (use-package tex ;; the big boy