Variable: LaTeX-after-usepackage-hook

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

Value

nil

Documentation

List of functions to be run at the end of LaTeX-arg-usepackage.

To insert a hook here, you must insert it in the appropiate style file.

Source Code

;; Defined in ~/.emacs.d/elpa/auctex-14.1.2/latex.el
(defvar LaTeX-after-usepackage-hook nil
  "List of functions to be run at the end of `LaTeX-arg-usepackage'.

To insert a hook here, you must insert it in the appropiate style file.")