Fix void-variable package--builtins error

Occurs while running make install because package.el wasn't loaded in
time.
This commit is contained in:
Henrik Lissner
2018-06-10 19:15:39 +02:00
parent 85704bea33
commit 2d5ac8a164

View File

@ -256,6 +256,7 @@ If INCLUDE-IGNORED-P is non-nil, includes missing packages that are ignored,
i.e. they have an :ignore property.
Used by `doom//packages-install'."
(doom-initialize-packages)
(cl-loop for desc in (doom-get-packages)
for (name . plist) = desc
if (and (or include-ignored-p