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))