about summary refs log tree commit diff stats
path: root/lisp/+setup.el
diff options
context:
space:
mode:
authorCase Duckworth2021-12-29 22:55:55 -0600
committerCase Duckworth2021-12-29 22:55:55 -0600
commit038e5de1adf2de6cdf28a428a44b0753813b928c (patch)
treebeb71cc3157ac2af3dc586fc02b74b906605e338 /lisp/+setup.el
parentRe-install (new and improved!) filldent.el (diff)
downloademacs-038e5de1adf2de6cdf28a428a44b0753813b928c.tar.gz
emacs-038e5de1adf2de6cdf28a428a44b0753813b928c.zip
Lots and lots of changes, oh jeez
Diffstat (limited to 'lisp/+setup.el')
-rw-r--r--lisp/+setup.el2
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'.