diff options
author | Case Duckworth | 2022-05-06 10:21:12 -0500 |
---|---|---|
committer | Case Duckworth | 2022-05-06 10:21:12 -0500 |
commit | e3356d3c39eb59c9a80ac152dcd1615aadeea962 (patch) | |
tree | 3d8a5ab166f5d246ded440189893ea96715c3e12 /lisp | |
parent | Add straight :needs (diff) | |
download | emacs-e3356d3c39eb59c9a80ac152dcd1615aadeea962.tar.gz emacs-e3356d3c39eb59c9a80ac152dcd1615aadeea962.zip |
Pull recipe repos as part of +straight-update-all
Diffstat (limited to 'lisp')
-rw-r--r-- | lisp/+straight.el | 1 |
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 | ||
35 | With a prefix argument, it also pulls the packages FROM-UPSTREAM." | 35 | With 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 | ||