Variable: ConTeXt-after-insert-env-hook
ConTeXt-after-insert-env-hook is a variable defined in context.el.
Value
nil
Documentation
List of functions to be run at the end of ConTeXt-insert-environment.
Each function is called with three arguments: the name of the
environment just inserted, the buffer position just before
\start... and the position just before \stop....
Source Code
;; Defined in ~/.emacs.d/elpa/auctex-14.1.2/context.el
(defvar ConTeXt-after-insert-env-hook nil
"List of functions to be run at the end of `ConTeXt-insert-environment'.
Each function is called with three arguments: the name of the
environment just inserted, the buffer position just before
\\start... and the position just before \\stop....")