summary refs log tree commit diff stats
path: root/lisp
diff options
context:
space:
mode:
Diffstat (limited to 'lisp')
-rw-r--r--lisp/acdw-setup.el6
1 files changed, 6 insertions, 0 deletions
diff --git a/lisp/acdw-setup.el b/lisp/acdw-setup.el index ca30249..aa5c5f5 100644 --- a/lisp/acdw-setup.el +++ b/lisp/acdw-setup.el
@@ -30,6 +30,12 @@
30:type - Either `nil', `keymap', or `macro': see `autoload' for details." 30:type - Either `nil', `keymap', or `macro': see `autoload' for details."
31 :repeatable t) 31 :repeatable t)
32 32
33(setup-define :face
34 (lambda (face spec)
35 `(custom-set-faces '(,face ,spec 'now "Customized by `setup'.")))
36 :documentation "Customize FACE with SPEC using `custom-set-faces'."
37 :repeatable t)
38
33(setup-define :file-match 39(setup-define :file-match
34 ;; Hotfix; patch here: https://github.com/phikal/setup.el/pull/1 40 ;; Hotfix; patch here: https://github.com/phikal/setup.el/pull/1
35 (lambda (pat) 41 (lambda (pat)