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:
parent
22b24d397f
commit
2c51be5b2c
1 changed files with 2 additions and 1 deletions
|
@ -191,7 +191,8 @@ processed."
|
|||
(dolist (package doom-packages)
|
||||
(cl-destructuring-bind
|
||||
(name &key recipe disable ignore shadow &allow-other-keys) package
|
||||
(unless ignore
|
||||
(if ignore
|
||||
(straight-override-recipe (cons name '(:type built-in)))
|
||||
(if disable
|
||||
(cl-pushnew name doom-disabled-packages)
|
||||
(when shadow
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue