summary refs log tree commit diff stats
path: root/lisp/+setup.el
diff options
context:
space:
mode:
authorCase Duckworth2022-02-16 23:06:12 -0600
committerCase Duckworth2022-02-16 23:10:51 -0600
commitb835fb6f9062aaf715eafc8d383958357bdc4baf (patch)
tree6950b1aae30bb05f0a34fbe0dda75324a4f79ac3 /lisp/+setup.el
parentAdd bunches of tab-bar stuff (diff)
downloademacs-b835fb6f9062aaf715eafc8d383958357bdc4baf.tar.gz
emacs-b835fb6f9062aaf715eafc8d383958357bdc4baf.zip
Add :quit local macro
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