Set use-package-always-ensure to t

This commit is contained in:
Gergely Polonkai 2017-04-05 14:21:19 +02:00
parent 5fb497548a
commit 8f9554007c
1 changed files with 2 additions and 0 deletions

View File

@ -16,6 +16,8 @@
'("org" . "http://orgmode.org/elpa/") t)
(package-initialize)
(setq use-package-always-ensure t)
(unless (package-installed-p 'use-package)
(package-refresh-contents)
(package-install 'use-package))