doom/bootstrap: force load core libs
This commit is contained in:
parent
1d31132789
commit
3445cdeae3
1 changed files with 2 additions and 0 deletions
|
@ -259,6 +259,8 @@ using the OS package manager to install them, or retrieving them from a repo
|
||||||
using `doom-fetch'."
|
using `doom-fetch'."
|
||||||
(interactive
|
(interactive
|
||||||
(list (list (completing-read "Bootstrap: " (mapcar 'car doom-bootstraps) nil t))))
|
(list (list (completing-read "Bootstrap: " (mapcar 'car doom-bootstraps) nil t))))
|
||||||
|
(let (noninteractive)
|
||||||
|
(load "core.el" nil t))
|
||||||
(doom-initialize-packages t)
|
(doom-initialize-packages t)
|
||||||
;; Error out if any of the bootstraps don't exist or aren't valid functions.
|
;; Error out if any of the bootstraps don't exist or aren't valid functions.
|
||||||
;; If something goes wrong, it's likely we don't want to continue.
|
;; If something goes wrong, it's likely we don't want to continue.
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue