Variable: cider-jack-in-nrepl-middlewares

cider-jack-in-nrepl-middlewares is a variable defined in cider.el.

Value

("cider.nrepl/cider-middleware")

Documentation

List of Clojure variable names.

Each of these Clojure variables should hold a vector of nREPL middlewares. Instead of a string, an element can be a list containing a string followed by optional keyword arguments. The only keyword argument currently accepted is :predicate, which should be given a function that takes the list (string and keyword arguments) and returns non-nil to indicate that the middlewares should actually be injected.

Source Code

;; Defined in ~/.emacs.d/elpa/cider-20260414.1619/cider.el
(defvar cider-jack-in-nrepl-middlewares nil
  "List of Clojure variable names.
Each of these Clojure variables should hold a vector of nREPL middlewares.
Instead of a string, an element can be a list containing a string followed
by optional keyword arguments.  The only keyword argument currently
accepted is `:predicate', which should be given a function that takes the
list (string and keyword arguments) and returns non-nil to indicate that
the middlewares should actually be injected.")