Variable: erc-header-line-uses-tabbar-p

erc-header-line-uses-tabbar-p is a customizable variable defined in erc.el.gz.

Value

nil

Documentation

Use tabbar mode instead of the header line to display the header.

Source Code

;; Defined in /usr/src/emacs/lisp/erc/erc.el.gz
(defcustom erc-header-line-uses-tabbar-p nil
  "Use tabbar mode instead of the header line to display the header."
  :group 'erc-mode-line-and-header
  :type 'boolean)