Variable: bs--show-all

bs--show-all is a variable defined in bs.el.gz.

Value

nil

Documentation

Flag whether showing all buffers regardless of current configuration.

Non-nil means to show all buffers. Otherwise show buffers defined by current configuration bs-current-configuration.

Source Code

;; Defined in /usr/src/emacs/lisp/bs.el.gz
(defvar bs--show-all nil
  "Flag whether showing all buffers regardless of current configuration.
Non-nil means to show all buffers.  Otherwise show buffers
defined by current configuration `bs-current-configuration'.")