Skip to content

Commit 7cf86a6

Browse files
committed
Disable enrich-classpath integration
1 parent 5b4223d commit 7cf86a6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

cider.el

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -455,7 +455,7 @@ Should be newer than the required version for optimal results."
455455
:package-version '(cider . "1.2.0")
456456
:safe #'stringp)
457457

458-
(defcustom cider-enrich-classpath t
458+
(defcustom cider-enrich-classpath nil
459459
"Whether to use git.io/JiJVX for adding sources and javadocs to the classpath.
460460
461461
This is done in a clean manner, without interfering with classloaders.

0 commit comments

Comments
 (0)