Variable: erc-mode-hook

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

Value

nil

Documentation

Hook run after erc-mode setup is finished.

Members should be robust enough to run in any order and not depend on hook depth.

Source Code

;; Defined in /usr/src/emacs/lisp/erc/erc.el.gz
(defcustom erc-mode-hook nil
  "Hook run after `erc-mode' setup is finished.
Members should be robust enough to run in any order and not depend on
hook depth."
  :group 'erc-hooks
  :type 'hook)