Variable: cider-stacktrace-navigate-to-other-window
cider-stacktrace-navigate-to-other-window is a customizable variable
defined in cider-stacktrace.el.
Value
t
Documentation
If truthy, navigating from a stack frame will use other window.
Pick nil if you prefer the same window as *cider-error*.
This variable was added, or its default value changed, in cider version 1.8.0.
Source Code
;; Defined in ~/.emacs.d/elpa/cider-20260414.1619/cider-stacktrace.el
(defcustom cider-stacktrace-navigate-to-other-window t
"If truthy, navigating from a stack frame will use other window.
Pick nil if you prefer the same window as *cider-error*."
:type 'boolean
:package-version '(cider . "1.8.0"))