diff options
Diffstat (limited to 'lisp/+setup.el')
-rw-r--r-- | lisp/+setup.el | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lisp/+setup.el b/lisp/+setup.el index 7c658b6..02d2f09 100644 --- a/lisp/+setup.el +++ b/lisp/+setup.el | |||
@@ -35,7 +35,7 @@ Good for commenting.") | |||
35 | 35 | ||
36 | (setup-define :face | 36 | (setup-define :face |
37 | (lambda (face spec) | 37 | (lambda (face spec) |
38 | `(custom-set-faces '(,face ,spec 'now "Customized by `setup'."))) | 38 | `(custom-set-faces (list ,face ,spec 'now "Customized by `setup'."))) |
39 | :documentation "Customize FACE with SPEC using `custom-set-faces'." | 39 | :documentation "Customize FACE with SPEC using `custom-set-faces'." |
40 | :repeatable t) | 40 | :repeatable t) |
41 | 41 | ||