[Misc] Show initialization warnings instead of suppressing them

This commit is contained in:
Daniel - 2018-02-22 16:43:15 +01:00
parent 4d29104719
commit a5db5c2f8b
Signed by: dbo
GPG Key ID: 4F63DB96D45AA9C6
1 changed files with 4 additions and 4 deletions

View File

@ -114,12 +114,12 @@
sml/setup
ivy-mode
which-key-mode
eyebrowse-mode
(ignore-errors ; dont barf if mode cannot be loaded
eyebrowse-mode))
(with-demoted-errors ; dont 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"