From a5db5c2f8bf510568bbbf33bfec6464e1381098a Mon Sep 17 00:00:00 2001 From: Daniel Borchmann Date: Thu, 22 Feb 2018 16:43:15 +0100 Subject: [PATCH] [Misc] Show initialization warnings instead of suppressing them --- init.el | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/init.el b/init.el index 6a7d106..040ae5e 100644 --- a/init.el +++ b/init.el @@ -114,12 +114,12 @@ sml/setup ivy-mode which-key-mode - eyebrowse-mode - (ignore-errors ; don’t barf if mode cannot be loaded + eyebrowse-mode)) + (with-demoted-errors ; don’t barf if mode cannot be loaded (funcall mode +1))) (unless on-windows - (ignore-errors + (with-demoted-errors (projectile-mode +1) (pdf-tools-install))) @@ -248,7 +248,7 @@ ;; Environment Variables (unless on-windows - (ignore-errors + (with-demoted-errors (exec-path-from-shell-copy-envs '("SSH_AUTH_SOCK" "SSH_AGENT_PID" "PATH"