Skip to content

Commit c3c29c7

Browse files
committed
Retract Lein-specific documentation
1 parent 62b6319 commit c3c29c7

File tree

2 files changed

+1
-4
lines changed

2 files changed

+1
-4
lines changed

cider.el

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -406,9 +406,7 @@ The plist supports the following keys
406406
enrich-classpath is a Clojure CLI shim, and Leiningen plugin.
407407
408408
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."
412410
:type 'boolean
413411
:package-version '(cider . "1.2.0")
414412
:safe #'booleanp)

doc/modules/ROOT/pages/config/basic_config.adoc

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,6 @@ You can enable it by setting the `cider-enrich-classpath` defcustom to `t`.
4242
With it enabled, `cider-jack-in` will activate enrich-classpath, given the following conditions:
4343

4444
* You are on macOS/Linux
45-
* You are on Leiningen
4645
* You are launching a vanilla JVM repl (and not a cljs repl, or a clj+cljs repl)
4746

4847
...those conditions will be progressively relaxed.

0 commit comments

Comments
 (0)