[Init] Catch error when activation of projectile fails

This commit is contained in:
Daniel Borchmann 2019-03-02 09:26:05 +01:00
parent 817228a7c1
commit 4bf4e106e6
Signed by: exot
GPG Key ID: 4F63DB96D45AA9C6

View File

@ -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)))