From abbd29c534b244e1555053489a76b821a39dcca1 Mon Sep 17 00:00:00 2001 From: Daniel Borchmann Date: Sat, 2 Mar 2019 09:28:42 +0100 Subject: [PATCH] =?UTF-8?q?[Init]=20Disambiguate=20error=20message=20when?= =?UTF-8?q?=20loading=20=E2=80=98pdf-tools=E2=80=99?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- init.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/init.el b/init.el index 14b6555..aa5c0e2 100644 --- a/init.el +++ b/init.el @@ -123,7 +123,7 @@ (funcall mode +1))) (unless on-windows - (with-demoted-errors "Error: %s" + (with-demoted-errors "Cannot load `pdf-tools’: %s" (pdf-tools-install))) ;; Global Hooks