File tree Expand file tree Collapse file tree 2 files changed +1
-4
lines changed
doc/modules/ROOT/pages/config Expand file tree Collapse file tree 2 files changed +1
-4
lines changed Original file line number Diff line number Diff line change @@ -406,9 +406,7 @@ The plist supports the following keys
406
406
enrich-classpath is a Clojure CLI shim, and Leiningen plugin.
407
407
408
408
This classpath expansion is done in a clean manner,
409
- without interfering with classloaders.
410
-
411
- Only available for Leiningen projects at the moment."
409
+ without interfering with classloaders."
412
410
:type 'boolean
413
411
:package-version '(cider . " 1.2.0" )
414
412
:safe #'booleanp )
Original file line number Diff line number Diff line change @@ -42,7 +42,6 @@ You can enable it by setting the `cider-enrich-classpath` defcustom to `t`.
42
42
With it enabled, `cider-jack-in` will activate enrich-classpath, given the following conditions:
43
43
44
44
* You are on macOS/Linux
45
- * You are on Leiningen
46
45
* You are launching a vanilla JVM repl (and not a cljs repl, or a clj+cljs repl)
47
46
48
47
...those conditions will be progressively relaxed.
You can’t perform that action at this time.
0 commit comments