]> git.eshelyaron.com Git - emacs.git/commit
Protect against errors during package install
authorDavid Leatherman <git@david.leatherman.fm>
Tue, 23 May 2017 01:23:26 +0000 (18:23 -0700)
committerDavid Leatherman <git@david.leatherman.fm>
Tue, 23 May 2017 01:23:26 +0000 (18:23 -0700)
commitec088b747a370462a00d61f3d49af21125edf7e5
tree667769d9c4045ac1621d0cdd7eec8cea4fa7d2f5
parentc38c33e6face805d4a4ef774ce3ae61a1a1b6e9c
Protect against errors during package install

If the network is missing and there is a new use-package with :ensure,
startup would fail part of the way through due package.el being unable
to reach the package repo.  This will catch that error and report it
while allowing startup to continue.

Copyright-paperwork-exempt: yes
lisp/use-package/use-package.el