Variable: hfy-default-face-def

hfy-default-face-def is a customizable variable defined in htmlfontify.el.gz.

Value

nil

Documentation

Fallback defface specification for the face default, used when hfy-display-class has been set (the normal htmlfontify way of extracting potentially non-current face information doesn't necessarily work for default).

Example: I customize this to:

((t :background "black" :foreground "white" :family "misc-fixed"))

Source Code

;; Defined in /usr/src/emacs/lisp/htmlfontify.el.gz
(defcustom hfy-default-face-def nil
  "Fallback `defface' specification for the face `default', used when
`hfy-display-class' has been set (the normal htmlfontify way of extracting
potentially non-current face information doesn't necessarily work for
`default').

Example: I customize this to:

\((t :background \"black\" :foreground \"white\" :family \"misc-fixed\"))"
  :tag     "default-face-definition"
  :type    '(alist))