Variable: nrepl-extra-eval-params-function

nrepl-extra-eval-params-function is a variable defined in nrepl-client.el.

Value

nil

Documentation

Function returning extra params to append to eval requests.

Called with no arguments. Should return a plist of string key-value pairs, or nil.

Source Code

;; Defined in ~/.emacs.d/elpa/cider-20260822.1520/nrepl-client.el
(defvar nrepl-extra-eval-params-function nil
  "Function returning extra params to append to eval requests.
Called with no arguments.  Should return a plist of string
key-value pairs, or nil.")