Variable: cider-auto-select-error-buffer
cider-auto-select-error-buffer is a customizable variable defined in
cider-eval.el.
Value
t
Documentation
Controls whether to auto-select the error popup buffer.
Source Code
;; Defined in ~/.emacs.d/elpa/cider-20260414.1619/cider-eval.el
(defcustom cider-auto-select-error-buffer t
"Controls whether to auto-select the error popup buffer."
:type 'boolean
:group 'cider)