Variable: cider-switch-to-repl-on-insert

cider-switch-to-repl-on-insert is a customizable variable defined in cider-mode.el.

Value

t

Documentation

Whether to switch to the REPL when inserting a form into the REPL.

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

Source Code

;; Defined in ~/.emacs.d/elpa/cider-20260414.1619/cider-mode.el
(defcustom cider-switch-to-repl-on-insert t
  "Whether to switch to the REPL when inserting a form into the REPL."
  :type 'boolean
  :group 'cider
  :package-version '(cider . "0.21.0"))