Variable: erc-track-minor-mode
erc-track-minor-mode is a customizable variable defined in
erc-track.el.gz.
Value
nil
Documentation
Non-nil if Erc-Track minor mode is enabled.
See the erc-track-minor-mode(var)/erc-track-minor-mode(fun) command
for a description of this minor mode.
Key Bindings
Source Code
;; Defined in /usr/src/emacs/lisp/erc/erc-track.el.gz
;;;###autoload
(define-minor-mode erc-track-minor-mode
"Toggle mode line display of ERC activity (ERC Track minor mode).
ERC Track minor mode is a global minor mode. It exists for the
sole purpose of providing the C-c C-SPC and C-c C-@ keybindings.
Make sure that you have enabled the track module, otherwise the
keybindings will not do anything useful."
:global t)