From 4bf4e106e68dc41eb2f4eac3db8e9658efde1b8a Mon Sep 17 00:00:00 2001 From: Daniel Borchmann Date: Sat, 2 Mar 2019 09:26:05 +0100 Subject: [PATCH] [Init] Catch error when activation of projectile fails --- init.el | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/init.el b/init.el index dce93a8..14b6555 100644 --- a/init.el +++ b/init.el @@ -117,12 +117,11 @@ sml/setup ivy-mode which-key-mode - eyebrowse-mode)) + eyebrowse-mode + projectile-mode)) (with-demoted-errors "Cannot activate mode: %s" (funcall mode +1))) - (projectile-mode +1) - (unless on-windows (with-demoted-errors "Error: %s" (pdf-tools-install)))