We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f9bb284 commit 394a30bCopy full SHA for 394a30b
cider.el
@@ -224,7 +224,8 @@ Sub-match 1 must be the project path.")
224
225
(defvar cider-jack-in-nrepl-middlewares
226
'("cider.nrepl/cider-middleware")
227
- "List of Clojure variable names. Each of these Clojure variables should hold a vector of nREPL middlewares.")
+ "List of Clojure variable names.
228
+Each of these Clojure variables should hold a vector of nREPL middlewares.")
229
(put 'cider-jack-in-nrepl-middlewares 'risky-local-variable t)
230
231
(defun cider--list-as-boot-artifact (list)
0 commit comments