From 038e5de1adf2de6cdf28a428a44b0753813b928c Mon Sep 17 00:00:00 2001 From: Case Duckworth Date: Wed, 29 Dec 2021 22:55:55 -0600 Subject: Lots and lots of changes, oh jeez --- lisp/+setup.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'lisp/+setup.el') diff --git a/lisp/+setup.el b/lisp/+setup.el index dce5d7b..ac99c1f 100644 --- a/lisp/+setup.el +++ b/lisp/+setup.el @@ -72,7 +72,7 @@ (setup-define :straight (lambda (recipe) - `(unless (straight-use-package ',recipe) + `(unless (ignore-errors (straight-use-package ',recipe)) ,(setup-quit))) :documentation "Install RECIPE with `straight-use-package'. -- cgit 1.4.1-21-gabe81