Variable: bs-default-configuration
bs-default-configuration is a customizable variable defined in
bs.el.gz.
Value
"files"
Documentation
Name of default configuration used by the Buffer Selection Menu.
Will be changed using key c (bs-select-next-configuration).
Must be a string used in bs-configurations for naming a configuration.
Source Code
;; Defined in /usr/src/emacs/lisp/bs.el.gz
(defcustom bs-default-configuration "files"
"Name of default configuration used by the Buffer Selection Menu.
\\<bs-mode-map>
Will be changed using key \\[bs-select-next-configuration].
Must be a string used in `bs-configurations' for naming a configuration."
:group 'bs
:type 'string)