From 3445cdeae39c4ec9651f838a7aa1c5d7279c1d66 Mon Sep 17 00:00:00 2001 From: Henrik Lissner Date: Wed, 22 Mar 2017 19:55:41 -0400 Subject: [PATCH] doom/bootstrap: force load core libs --- core/core-lib.el | 2 ++ 1 file changed, 2 insertions(+) diff --git a/core/core-lib.el b/core/core-lib.el index 396faa6d3..8c15b853f 100644 --- a/core/core-lib.el +++ b/core/core-lib.el @@ -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.