Variable: html-quick-keys
html-quick-keys is a variable defined in sgml-mode.el.gz.
Value
nil
Documentation
Use C-c X combinations for quick insertion of frequent tags when non-nil.
This defaults to sgml-quick-keys.
This takes effect when first loading the library.
Probably introduced at or before Emacs version 19.31.
Source Code
;; Defined in /usr/src/emacs/lisp/textmodes/sgml-mode.el.gz
(defvar html-quick-keys sgml-quick-keys
"Use C-c X combinations for quick insertion of frequent tags when non-nil.
This defaults to `sgml-quick-keys'.
This takes effect when first loading the library.")