Variable: cider-log-auto-select-frameworks-buffer

cider-log-auto-select-frameworks-buffer is a customizable variable defined in cider-log.el.

Value

t

Documentation

Whether to auto-select the log frameworks popup buffer.

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

Source Code

;; Defined in ~/.emacs.d/elpa/cider-20260414.1619/cider-log.el
(defcustom cider-log-auto-select-frameworks-buffer t
  "Whether to auto-select the log frameworks popup buffer."
  :group 'cider
  :package-version '(cider . "1.17")
  :safe #'booleanp
  :type 'boolean)