Skip to content

Commit

Permalink
Retract Lein-specific documentation
Browse files Browse the repository at this point in the history
  • Loading branch information
vemv committed Aug 22, 2023
1 parent 62b6319 commit c3c29c7
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 4 deletions.
4 changes: 1 addition & 3 deletions cider.el
Original file line number Diff line number Diff line change
Expand Up @@ -406,9 +406,7 @@ The plist supports the following keys
enrich-classpath is a Clojure CLI shim, and Leiningen plugin.
This classpath expansion is done in a clean manner,
without interfering with classloaders.
Only available for Leiningen projects at the moment."
without interfering with classloaders."
:type 'boolean
:package-version '(cider . "1.2.0")
:safe #'booleanp)
Expand Down
1 change: 0 additions & 1 deletion doc/modules/ROOT/pages/config/basic_config.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,6 @@ You can enable it by setting the `cider-enrich-classpath` defcustom to `t`.
With it enabled, `cider-jack-in` will activate enrich-classpath, given the following conditions:

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

...those conditions will be progressively relaxed.
Expand Down

0 comments on commit c3c29c7

Please sign in to comment.