Variable: cider-default-nrepl-port

cider-default-nrepl-port is a customizable variable defined in cider-endpoint.el.

Value

"7888"

Documentation

Use this port number when we couldn't infer a port.

See also https://github.com/nrepl/nREPL/issues/6.

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

Source Code

;; Defined in ~/.emacs.d/elpa/cider-20260822.1520/cider-endpoint.el
(defcustom cider-default-nrepl-port "7888"
  "Use this port number when we couldn't infer a port.
See also https://github.com/nrepl/nREPL/issues/6."
  :type 'string
  :group 'cider
  :package-version '(cider . "2.1.0"))