From 4075460990736fff383a41b409172ac4a1895bb8 Mon Sep 17 00:00:00 2001 Message-Id: <4075460990736fff383a41b409172ac4a1895bb8.1717763729.git.mdw@distorted.org.uk> From: Mark Wooding Date: Mon, 9 Oct 2017 12:27:38 +0100 Subject: [PATCH] dot/emacs: Fix the integration of MuPDF. Organization: Straylight/Edgeware From: Mark Wooding --- dot/emacs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dot/emacs b/dot/emacs index 1b29a12..812d279 100644 --- a/dot/emacs +++ b/dot/emacs @@ -987,7 +987,7 @@ ("^html?$" "." "sensible-browser %o"))) (setq TeX-view-program-list - '(("mupdf" "mupdf %o" (mode-io-correlate " %(outpage)")))) + '(("mupdf" ("mupdf %o" (mode-io-correlate " %(outpage)"))))) (setq TeX-view-program-selection '(((output-dvi style-pstricks) "dvips and gv") -- [mdw]