Variable: cider-auto-inspect-after-eval

cider-auto-inspect-after-eval is a customizable variable defined in cider-eval.el.

Value

t

Documentation

Controls whether to auto-update the inspector buffer after eval.

Only applies when the *cider-inspect* buffer is currently visible.

This variable was added, or its default value changed, in cider version 0.25.0.

Source Code

;; Defined in ~/.emacs.d/elpa/cider-20260414.1619/cider-eval.el
(defcustom cider-auto-inspect-after-eval t
  "Controls whether to auto-update the inspector buffer after eval.
Only applies when the *cider-inspect* buffer is currently visible."
  :type 'boolean
  :group 'cider
  :package-version '(cider . "0.25.0"))