Variable: erc-track-switch-from-erc

erc-track-switch-from-erc is a customizable variable defined in erc-track.el.gz.

Value

t

Documentation

If non-nil, erc-track-switch-buffer will return to the last non-erc buffer when there are no more active channels.

Source Code

;; Defined in /usr/src/emacs/lisp/erc/erc-track.el.gz
(defcustom erc-track-switch-from-erc t
  "If non-nil, `erc-track-switch-buffer' will return to the last non-erc buffer
when there are no more active channels."
  :type 'boolean)