diff options
author | Case Duckworth | 2022-02-16 23:06:12 -0600 |
---|---|---|
committer | Case Duckworth | 2022-02-16 23:10:51 -0600 |
commit | b835fb6f9062aaf715eafc8d383958357bdc4baf (patch) | |
tree | 6950b1aae30bb05f0a34fbe0dda75324a4f79ac3 /lisp | |
parent | Add bunches of tab-bar stuff (diff) | |
download | emacs-b835fb6f9062aaf715eafc8d383958357bdc4baf.tar.gz emacs-b835fb6f9062aaf715eafc8d383958357bdc4baf.zip |
Add :quit local macro
Diffstat (limited to 'lisp')
-rw-r--r-- | lisp/+setup.el | 5 |
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. | ||
119 | Good for commenting.") | ||
120 | |||
116 | 121 | ||
117 | ;;; Redefines of `setup' forms | 122 | ;;; Redefines of `setup' forms |
118 | 123 | ||