Variable: cider-infer-remote-nrepl-ports

cider-infer-remote-nrepl-ports is a customizable variable defined in cider.el.

Value

nil

Documentation

When true, cider will use ssh to try to infer nREPL ports on remote hosts.

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

Source Code

;; Defined in ~/.emacs.d/elpa/cider-20260414.1619/cider.el
(defcustom cider-infer-remote-nrepl-ports nil
  "When true, cider will use ssh to try to infer nREPL ports on remote hosts."
  :type 'boolean
  :safe #'booleanp
  :package-version '(cider . "0.19.0"))