Variable: nrepl-client-name

nrepl-client-name is a variable defined in nrepl-client.el.

Value

"nrepl.el"

Documentation

Name of the nREPL client, sent in clone requests.

Source Code

;; Defined in ~/.emacs.d/elpa/cider-20260822.1520/nrepl-client.el
(defvar nrepl-client-name "nrepl.el"
  "Name of the nREPL client, sent in clone requests.")