Variable: cider-spinner-type
cider-spinner-type is a customizable variable defined in
cider-client.el.
Value
progress-bar
Documentation
Appearance of the spinner.
Value is a symbol. The possible values are the symbols in the
spinner-types variable.
This variable was added, or its default value changed, in cider version 0.10.0.
Aliases
cider-eval-spinner-type (obsolete since 1.18.0)
Source Code
;; Defined in ~/.emacs.d/elpa/cider-20260414.1619/cider-client.el
(defcustom cider-spinner-type 'progress-bar
"Appearance of the spinner.
Value is a symbol. The possible values are the symbols in the
`spinner-types' variable."
:type 'symbol
:group 'cider
:package-version '(cider . "0.10.0"))