From db96088e071262bba33b0a21e2399ef8c18a872f Mon Sep 17 00:00:00 2001 From: Daniel Borchmann Date: Sat, 18 Nov 2017 17:05:25 +0100 Subject: [PATCH] [Init] Activate pdf-tools when not on Windows --- init.el | 3 +++ 1 file changed, 3 insertions(+) diff --git a/init.el b/init.el index e7e40cb..c09ee88 100644 --- a/init.el +++ b/init.el @@ -122,6 +122,9 @@ (ignore-errors ; don’t barf if mode cannot be loaded (funcall mode +1))) + (unless on-windows + (pdf-tools-install)) + ;; Global Hooks (when (package-installed-p 'lispy)