Function: embark-export-customize-face
embark-export-customize-face is a byte-compiled function defined in
embark.el.
Signature
(embark-export-customize-face FACES)
Documentation
Create a customization buffer listing FACES.
Source Code
;; Defined in ~/.emacs.d/elpa/embark-20260610.302/embark.el
(defun embark-export-customize-face (faces)
"Create a customization buffer listing FACES."
(embark--export-customize faces 'custom-face #'facep))