doom-initialize: don't remove use-package keywords (no need)

This commit is contained in:
Henrik Lissner 2017-04-16 21:23:22 -04:00
parent 8f970eb1d8
commit 8a6cf96cfc

View file

@ -151,9 +151,6 @@ to speed up startup."
(load "quelpa" nil t) (load "quelpa" nil t)
(load "use-package" nil t) (load "use-package" nil t)
;; Strip package management from use-package; DOOM handles this its own way
(mapc (lambda (keyword) (setq use-package-keywords (delq keyword use-package-keywords)))
'(:ensure :pin :defer-install))
(setq doom-init-p t))) (setq doom-init-p t)))