You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: doc/modules/ROOT/pages/config/basic_config.adoc
-23Lines changed: 0 additions & 23 deletions
Original file line number
Diff line number
Diff line change
@@ -27,29 +27,6 @@ buffers. You can override this behavior, however:
27
27
(setq cider-auto-mode nil)
28
28
----
29
29
30
-
== Use `enrich-classpath`
31
-
32
-
https://github.com/clojure-emacs/enrich-classpath[`enrich-classpath`] is a program/plugin/wrapper that allows CIDER to access to the sources and javadocs of a given project's Java files: your own files, those from your dependencies, and those from the JDK.
33
-
34
-
With that, CIDER can show better completions, navigation, documentation, stacktrace and Inspector integration.
35
-
36
-
For Lein users, it has the additional benefit of running a single JVM, instead of the two JVMs that Lein programs typically involve.
37
-
38
-
NOTE: `enrich-classpath` is still in beta and defaults to being disabled.
39
-
40
-
You can enable it by setting the `cider-enrich-classpath` defcustom to `t`.
41
-
42
-
With it enabled, `cider-jack-in` will activate enrich-classpath, given the following conditions:
43
-
44
-
* You are on macOS/Linux
45
-
* You are launching a vanilla JVM repl (and not a cljs repl, or a clj+cljs repl)
46
-
* You are using `cider-jack-in` / `cider-jack-in-clj` (and not `cider-connect`)
47
-
** For `cider-connect`, please follow enrich-classpath's https://github.com/clojure-emacs/enrich-classpath/tree/v1.19.3#emacs-cider-connect[own instructions].
48
-
49
-
...these conditions will be progressively relaxed.
50
-
51
-
It's worth noting that `cider-jack-in` will fall back to the original command if enrich-classpath failed, for whatever reason.
0 commit comments