mirror of
https://github.com/doomemacs/doomemacs
synced 2025-08-03 12:27:26 -05:00
doom/bootstrap: force load core libs
This commit is contained in:
@ -259,6 +259,8 @@ using the OS package manager to install them, or retrieving them from a repo
|
||||
using `doom-fetch'."
|
||||
(interactive
|
||||
(list (list (completing-read "Bootstrap: " (mapcar 'car doom-bootstraps) nil t))))
|
||||
(let (noninteractive)
|
||||
(load "core.el" nil t))
|
||||
(doom-initialize-packages t)
|
||||
;; 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.
|
||||
|
Reference in New Issue
Block a user