Variable: hfy-sheet-assoc

hfy-sheet-assoc is a variable defined in htmlfontify.el.gz.

Value

please-ignore-this-line

Documentation

An assoc with elements of the form (face-name style-name . style-string):

((default "default" . "{background: black; color: white}")
 (font-lock-string-face "string" . "{color: rgb(64,224,208)}"))

Source Code

;; Defined in /usr/src/emacs/lisp/htmlfontify.el.gz
(defvar hfy-sheet-assoc 'please-ignore-this-line
  "An assoc with elements of the form (face-name style-name . style-string):

\((default               \"default\" . \"{background: black; color: white}\")
 (font-lock-string-face \"string\"  . \"{color: rgb(64,224,208)}\"))" )