Variable: erc-track-use-faces
erc-track-use-faces is a customizable variable defined in
erc-track.el.gz.
Value
t
Documentation
Use faces in the mode-line.
The faces used are the same as used for text in the buffers.
(e.g. erc-pal-face is used if a pal sent a message to that channel.)
Source Code
;; Defined in /usr/src/emacs/lisp/erc/erc-track.el.gz
(defcustom erc-track-use-faces t
"Use faces in the mode-line.
The faces used are the same as used for text in the buffers.
\(e.g. `erc-pal-face' is used if a pal sent a message to that channel.)"
:type 'boolean)