Variable: term-load-hook

term-load-hook is a variable defined in term.el.gz.

Value

nil

Documentation

This hook is run when term is loaded in.

This is a good place to put keybindings.

Source Code

;; Defined in /usr/src/emacs/lisp/term.el.gz
;;; Do the user's customization...

(defvar term-load-hook nil
  "This hook is run when term is loaded in.
This is a good place to put keybindings.")