[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 sml/setup
ivy-mode ivy-mode
which-key-mode which-key-mode
eyebrowse-mode eyebrowse-mode))
(ignore-errors ; dont barf if mode cannot be loaded (with-demoted-errors ; dont barf if mode cannot be loaded
(funcall mode +1))) (funcall mode +1)))
(unless on-windows (unless on-windows
(ignore-errors (with-demoted-errors
(projectile-mode +1) (projectile-mode +1)
(pdf-tools-install))) (pdf-tools-install)))
@ -248,7 +248,7 @@
;; Environment Variables ;; Environment Variables
(unless on-windows (unless on-windows
(ignore-errors (with-demoted-errors
(exec-path-from-shell-copy-envs '("SSH_AUTH_SOCK" (exec-path-from-shell-copy-envs '("SSH_AUTH_SOCK"
"SSH_AGENT_PID" "SSH_AGENT_PID"
"PATH" "PATH"