Variable: hs-show-indicators
hs-show-indicators is a customizable variable defined in
hideshow.el.gz.
Value
nil
Documentation
Whether hideshow should display block hide/show indicators.
If non-nil, hideshow will display indicators for toggling the visibility of code blocks.
The indicators appearance are specified in hs-indicator-type (which see).
This variable was added, or its default value changed, in Emacs 31.1.
Probably introduced at or before Emacs version 31.1.
Source Code
;; Defined in /usr/src/emacs/lisp/progmodes/hideshow.el.gz
(defcustom hs-show-indicators nil
"Whether hideshow should display block hide/show indicators.
If non-nil, hideshow will display indicators for toggling the visibility
of code blocks.
The indicators appearance are specified in `hs-indicator-type' (which see)."
:type 'boolean
:version "31.1")