Variable: LaTeX-after-insert-env-hook

LaTeX-after-insert-env-hook is a variable defined in latex.el.

Value

nil

Documentation

List of functions to be run at the end of LaTeX-insert-environment.

Each function is called with three arguments: the name of the environment just inserted, the buffer position just before
\begin and the position just before \end.

Aliases

LaTeX-after-insert-env-hooks (obsolete since 11.89)

Source Code

;; Defined in ~/.emacs.d/elpa/auctex-14.1.2/latex.el
(defvar LaTeX-indent-environment-list) ;; Defined further below.

(defvar LaTeX-after-insert-env-hook nil
  "List of functions to be run at the end of `LaTeX-insert-environment'.
Each function is called with three arguments: the name of the
environment just inserted, the buffer position just before
\\begin and the position just before \\end.")