From 0c983530e4a693764e5e52326f62f6475489cd8e Mon Sep 17 00:00:00 2001 From: Case Duckworth Date: Sat, 4 Sep 2021 23:52:09 -0500 Subject: Add :face --- lisp/acdw-setup.el | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'lisp') 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 @@ :type - Either `nil', `keymap', or `macro': see `autoload' for details." :repeatable t) +(setup-define :face + (lambda (face spec) + `(custom-set-faces '(,face ,spec 'now "Customized by `setup'."))) + :documentation "Customize FACE with SPEC using `custom-set-faces'." + :repeatable t) + (setup-define :file-match ;; Hotfix; patch here: https://github.com/phikal/setup.el/pull/1 (lambda (pat) -- cgit 1.4.1-21-gabe81