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.

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."
  :group 'erc-hooks
  :type 'hook
  :options '(erc-add-scroll-to-bottom))