From 977ff8c2feb859e13ad52fb37a3c6340f75c3191 Mon Sep 17 00:00:00 2001 From: Case Duckworth Date: Fri, 18 Feb 2022 18:20:38 -0600 Subject: Move :quit around --- lisp/+setup.el | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/lisp/+setup.el b/lisp/+setup.el index ec4c80b..bc57078 100644 --- a/lisp/+setup.el +++ b/lisp/+setup.el @@ -28,6 +28,11 @@ "Warn the user that something bad happened in `setup'." (display-warning 'setup (format message args))) +(setup-define :quit + 'setup-quit + :documentation "Quit the current `setup' form. +Good for commenting.") + (setup-define :face (lambda (face spec) `(custom-set-faces '(,face ,spec 'now "Customized by `setup'."))) @@ -113,11 +118,6 @@ replace itself with the RECIPE's package." :indent 1 :shorthand #'+setup-straight-shorthand)) -(setup-define :quit - 'setup-quit - :documentation "Quit the current `setup' form. -Good for commenting.") - ;;; Redefines of `setup' forms -- cgit 1.4.1-21-gabe81