diff options
Diffstat (limited to 'lisp/+setup.el')
-rw-r--r-- | lisp/+setup.el | 2 |
1 files changed, 1 insertions, 1 deletions
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 @@ | |||
72 | 72 | ||
73 | (setup-define :straight | 73 | (setup-define :straight |
74 | (lambda (recipe) | 74 | (lambda (recipe) |
75 | `(unless (straight-use-package ',recipe) | 75 | `(unless (ignore-errors (straight-use-package ',recipe)) |
76 | ,(setup-quit))) | 76 | ,(setup-quit))) |
77 | :documentation | 77 | :documentation |
78 | "Install RECIPE with `straight-use-package'. | 78 | "Install RECIPE with `straight-use-package'. |