Variable: speedbar-hide-button-brackets-flag

speedbar-hide-button-brackets-flag is a customizable variable defined in speedbar.el.gz.

Value

nil

Documentation

Non-nil means speedbar will hide the brackets around the + or -.

Source Code

;; Defined in /usr/src/emacs/lisp/speedbar.el.gz
(defcustom speedbar-hide-button-brackets-flag nil
  "Non-nil means speedbar will hide the brackets around the + or -."
  :group 'speedbar
  :type 'boolean)