Variable: hfy-post-html-hook
hfy-post-html-hook is a customizable variable defined in
htmlfontify.el.gz.
Value
nil
Documentation
List of functions to call after creating and filling the HTML buffer.
These functions will be called with the HTML buffer as the current buffer.
Probably introduced at or before Emacs version 24.3.
Source Code
;; Defined in /usr/src/emacs/lisp/htmlfontify.el.gz
(defcustom hfy-post-html-hook nil
"List of functions to call after creating and filling the HTML buffer.
These functions will be called with the HTML buffer as the current buffer."
:tag "post-html-hooks"
:options '(set-auto-mode)
:type '(hook))