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.el2
1 files changed, 1 insertions, 1 deletions
diff --git a/lisp/+setup.el b/lisp/+setup.el index 975bcde..db59223 100644 --- a/lisp/+setup.el +++ b/lisp/+setup.el
@@ -36,7 +36,7 @@ Good for commenting.")
36 36
37(setup-define :face 37(setup-define :face
38 (lambda (face spec) 38 (lambda (face spec)
39 `(custom-set-faces '(,face ,spec 'now "Customized by `setup'."))) 39 `(custom-set-faces (list ,face ,spec 'now "Customized by `setup'.")))
40 :documentation "Customize FACE with SPEC using `custom-set-faces'." 40 :documentation "Customize FACE with SPEC using `custom-set-faces'."
41 :repeatable t) 41 :repeatable t)
42 42