summary refs log tree commit diff stats
diff options
context:
space:
mode:
authorCase Duckworth2022-05-06 10:21:12 -0500
committerCase Duckworth2022-05-06 10:21:12 -0500
commite3356d3c39eb59c9a80ac152dcd1615aadeea962 (patch)
tree3d8a5ab166f5d246ded440189893ea96715c3e12
parentAdd straight :needs (diff)
downloademacs-e3356d3c39eb59c9a80ac152dcd1615aadeea962.tar.gz
emacs-e3356d3c39eb59c9a80ac152dcd1615aadeea962.zip
Pull recipe repos as part of +straight-update-all
-rw-r--r--lisp/+straight.el1
1 files changed, 1 insertions, 0 deletions
diff --git a/lisp/+straight.el b/lisp/+straight.el index d00ad9a..cba6c96 100644 --- a/lisp/+straight.el +++ b/lisp/+straight.el
@@ -34,6 +34,7 @@ all of them, for reasons that should be obvious.
34 34
35With a prefix argument, it also pulls the packages FROM-UPSTREAM." 35With a prefix argument, it also pulls the packages FROM-UPSTREAM."
36 (interactive "P") 36 (interactive "P")
37 (straight-pull-recipe-repositories)
37 (straight-pull-all from-upstream) 38 (straight-pull-all from-upstream)
38 (straight-rebuild-all)) 39 (straight-rebuild-all))
39 40