Variable: emacs-lisp-mode-hook
emacs-lisp-mode-hook is a customizable variable defined in
elisp-mode.el.gz.
Value
(semantic-default-elisp-setup
ert--activate-font-lock-keywords
highlight-quoted-mode(var)/highlight-quoted-mode(fun)
highlight-function-calls-mode(var)/highlight-function-calls-mode(fun)
highlight-numbers-mode(var)/highlight-numbers-mode(fun))
Documentation
Hook run when entering Emacs Lisp mode.
Probably introduced at or before Emacs version 16.
Source Code
;; Defined in /usr/src/emacs/lisp/progmodes/elisp-mode.el.gz
(defcustom emacs-lisp-mode-hook nil
"Hook run when entering Emacs Lisp mode."
:options '(eldoc-mode imenu-add-menubar-index checkdoc-minor-mode)
:type 'hook
:group 'lisp)