From 792efa74843c43f3ba14d0dd3feff8a600b45895 Mon Sep 17 00:00:00 2001 From: Daniel Borchmann Date: Sat, 13 Jan 2018 14:45:32 +0100 Subject: [PATCH] =?UTF-8?q?[Init]=20Don=E2=80=99t=20load=20projectile=20on?= =?UTF-8?q?=20windows?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- init.el | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/init.el b/init.el index 16b6936..715ec12 100644 --- a/init.el +++ b/init.el @@ -118,13 +118,14 @@ sml/setup ivy-mode which-key-mode - projectile-mode eyebrowse-mode)) (ignore-errors ; don’t barf if mode cannot be loaded (funcall mode +1))) (unless on-windows - (pdf-tools-install)) + (ignore-errors + (projectile-mode +1) + (pdf-tools-install))) ;; Global Hooks