mirror of
https://github.com/doomemacs/doomemacs
synced 2025-08-03 12:27:26 -05:00
Respect the :ignore property for packages installed as dependencies (#4497)
* Respect the :ignore property for packages installed as dependencies * Fix indentation Co-authored-by: Henrik Lissner <accounts@v0.io>
This commit is contained in:
@ -191,7 +191,8 @@ processed."
|
|||||||
(dolist (package doom-packages)
|
(dolist (package doom-packages)
|
||||||
(cl-destructuring-bind
|
(cl-destructuring-bind
|
||||||
(name &key recipe disable ignore shadow &allow-other-keys) package
|
(name &key recipe disable ignore shadow &allow-other-keys) package
|
||||||
(unless ignore
|
(if ignore
|
||||||
|
(straight-override-recipe (cons name '(:type built-in)))
|
||||||
(if disable
|
(if disable
|
||||||
(cl-pushnew name doom-disabled-packages)
|
(cl-pushnew name doom-disabled-packages)
|
||||||
(when shadow
|
(when shadow
|
||||||
|
Reference in New Issue
Block a user