summary refs log tree commit diff stats
path: root/lisp/+setup.el
diff options
context:
space:
mode:
Diffstat (limited to 'lisp/+setup.el')
-rw-r--r--lisp/+setup.el5
1 files changed, 5 insertions, 0 deletions
diff --git a/lisp/+setup.el b/lisp/+setup.el index c77cb36..ec4c80b 100644 --- a/lisp/+setup.el +++ b/lisp/+setup.el
@@ -113,6 +113,11 @@ replace itself with the RECIPE's package."
113 :indent 1 113 :indent 1
114 :shorthand #'+setup-straight-shorthand)) 114 :shorthand #'+setup-straight-shorthand))
115 115
116(setup-define :quit
117 'setup-quit
118 :documentation "Quit the current `setup' form.
119Good for commenting.")
120
116 121
117;;; Redefines of `setup' forms 122;;; Redefines of `setup' forms
118 123