Variable: nrepl-hide-special-buffers
nrepl-hide-special-buffers is a customizable variable defined in
nrepl-client.el.
Value
nil
Documentation
Control the display of some special buffers in buffer switching commands.
When true some special buffers like the server buffer will be hidden.
Source Code
;; Defined in ~/.emacs.d/elpa/cider-20260414.1619/nrepl-client.el
(defcustom nrepl-hide-special-buffers nil
"Control the display of some special buffers in buffer switching commands.
When true some special buffers like the server buffer will be hidden."
:type 'boolean)