about summary refs log tree commit diff stats
path: root/lisp
diff options
context:
space:
mode:
Diffstat (limited to 'lisp')
-rw-r--r--lisp/+setup.el10
1 files 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 @@
28 "Warn the user that something bad happened in `setup'." 28 "Warn the user that something bad happened in `setup'."
29 (display-warning 'setup (format message args))) 29 (display-warning 'setup (format message args)))
30 30
31(setup-define :quit
32 'setup-quit
33 :documentation "Quit the current `setup' form.
34Good for commenting.")
35
31(setup-define :face 36(setup-define :face
32 (lambda (face spec) 37 (lambda (face spec)
33 `(custom-set-faces '(,face ,spec 'now "Customized by `setup'."))) 38 `(custom-set-faces '(,face ,spec 'now "Customized by `setup'.")))
@@ -113,11 +118,6 @@ replace itself with the RECIPE's package."
113 :indent 1 118 :indent 1
114 :shorthand #'+setup-straight-shorthand)) 119 :shorthand #'+setup-straight-shorthand))
115 120
116(setup-define :quit
117 'setup-quit
118 :documentation "Quit the current `setup' form.
119Good for commenting.")
120
121 121
122;;; Redefines of `setup' forms 122;;; Redefines of `setup' forms
123 123