doom-initialize: load instead of require (in case of internal reloading)
This commit is contained in:
parent
81fc95c8fd
commit
6d998b48d9
1 changed files with 2 additions and 2 deletions
|
@ -142,8 +142,8 @@ to speed up startup."
|
|||
(message "Installed %s" pkg)
|
||||
(error "Couldn't install %s" pkg)))))
|
||||
|
||||
(require 'quelpa)
|
||||
(require 'use-package)
|
||||
(load "quelpa" 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))
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue