From e3356d3c39eb59c9a80ac152dcd1615aadeea962 Mon Sep 17 00:00:00 2001 From: Case Duckworth Date: Fri, 6 May 2022 10:21:12 -0500 Subject: [PATCH] Pull recipe repos as part of +straight-update-all --- lisp/+straight.el | 1 + 1 file changed, 1 insertion(+) 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. 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))