Variable: html-mode-hook
html-mode-hook is a customizable variable defined in sgml-mode.el.gz.
Value
nil
Documentation
Hook run by command html-mode.
text-mode-hook and sgml-mode-hook are run first.
Source Code
;; Defined in /usr/src/emacs/lisp/textmodes/sgml-mode.el.gz
;;; HTML mode
(defcustom html-mode-hook nil
"Hook run by command `html-mode'.
`text-mode-hook' and `sgml-mode-hook' are run first."
:type 'hook
:options '(html-autoview-mode))