Pull recipe repos as part of +straight-update-all

This commit is contained in:
Case Duckworth 2022-05-06 10:21:12 -05:00
parent a8e71fa8c7
commit e3356d3c39
1 changed files with 1 additions and 0 deletions

View File

@ -34,6 +34,7 @@ all of them, for reasons that should be obvious.
With a prefix argument, it also pulls the packages FROM-UPSTREAM."
(interactive "P")
(straight-pull-recipe-repositories)
(straight-pull-all from-upstream)
(straight-rebuild-all))