doom-initialize: don't remove use-package keywords (no need)
This commit is contained in:
parent
8f970eb1d8
commit
8a6cf96cfc
1 changed files with 0 additions and 3 deletions
|
@ -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)))
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue