Variable: TeX-special-mode-hook

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

Value

nil

Documentation

Hook run after entering TeX-special-mode.

No problems result if this variable is not bound. add-hook automatically binds it. (This is true for all hook variables.)

Source Code

;; Defined in ~/.emacs.d/elpa/auctex-14.1.2/tex.el
;;; Output mode

(define-derived-mode TeX-special-mode special-mode "TeX"
  :syntax-table nil :abbrev-table nil :interactive nil)