Fix void-variable package--builtins error
Occurs while running make install because package.el wasn't loaded in time.
This commit is contained in:
parent
85704bea33
commit
2d5ac8a164
1 changed files with 1 additions and 0 deletions
|
@ -256,6 +256,7 @@ If INCLUDE-IGNORED-P is non-nil, includes missing packages that are ignored,
|
||||||
i.e. they have an :ignore property.
|
i.e. they have an :ignore property.
|
||||||
|
|
||||||
Used by `doom//packages-install'."
|
Used by `doom//packages-install'."
|
||||||
|
(doom-initialize-packages)
|
||||||
(cl-loop for desc in (doom-get-packages)
|
(cl-loop for desc in (doom-get-packages)
|
||||||
for (name . plist) = desc
|
for (name . plist) = desc
|
||||||
if (and (or include-ignored-p
|
if (and (or include-ignored-p
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue