Variable: ielm-mode-hook

ielm-mode-hook is a customizable variable defined in ielm.el.gz.

Value

nil

Documentation

Hooks to be run when IELM (inferior-emacs-lisp-mode) is started.

Aliases

inferior-emacs-lisp-mode-hook

Source Code

;; Defined in /usr/src/emacs/lisp/ielm.el.gz
(defcustom ielm-mode-hook nil
  "Hooks to be run when IELM (`inferior-emacs-lisp-mode') is started."
  :options '(eldoc-mode)
  :type 'hook)