Variable: TeX-mode-hook

TeX-mode-hook is a customizable variable defined in tex.el.

Value

nil

Documentation

A hook run in TeX mode buffers.

Source Code

;; Defined in ~/.emacs.d/elpa/auctex-14.1.2/tex.el
(defcustom TeX-mode-hook nil
  "A hook run in TeX mode buffers."
  :type 'hook
  :group 'TeX-misc)