diff options
-rw-r--r-- | init.el | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/init.el b/init.el index d8fb206..aeb4bcc 100644 --- a/init.el +++ b/init.el | |||
@@ -25,10 +25,7 @@ | |||
25 | (setup setup | 25 | (setup setup |
26 | (setup-define :straight | 26 | (setup-define :straight |
27 | (lambda (recipe) | 27 | (lambda (recipe) |
28 | `(or (ignore-errors (straight-use-package ',recipe)) | 28 | `(straight-use-package ',recipe)) |
29 | (progn | ||
30 | (message "Straight error: %S" ',recipe) | ||
31 | (throw 'setup-exit nil)))) | ||
32 | :documentation "Install RECIPE with `straight-use-package'." | 29 | :documentation "Install RECIPE with `straight-use-package'." |
33 | :repeatable t | 30 | :repeatable t |
34 | :shorthand (lambda (sexp) | 31 | :shorthand (lambda (sexp) |