Variable: LaTeX-document-style-hook
LaTeX-document-style-hook is a variable defined in latex.el.
Value
nil
Documentation
List of hooks to run when inserting a document environment.
To insert a hook here, you must insert it in the appropriate style file.
Source Code
;; Defined in ~/.emacs.d/elpa/auctex-14.1.2/latex.el
;;; Environment Hooks
(defvar LaTeX-document-style-hook nil
"List of hooks to run when inserting a document environment.
To insert a hook here, you must insert it in the appropriate style file.")