Skip to content

Commit 223bd60

Browse files
authored
Disable enrich-classpath again (#3164)
1 parent 7a072d8 commit 223bd60

File tree

2 files changed

+1
-2
lines changed

2 files changed

+1
-2
lines changed

CHANGELOG.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,6 @@
55
### Changes
66

77
* [#3127](https://github.com/clojure-emacs/cider/pull/3040): Strip all exec-opts flags (`-A` `-M` `-T` `-X`) if they exist in `cider-clojure-cli-aliases`. Also addresses a duplicate `:` in the generated `clj` command.
8-
* Enable `cider-enrich-classpath` by default.
98
* [#3148](https://github.com/clojure-emacs/cider/pull/3148): Display error messages in multiline comment eval results, and in result overlays when `cider-show-error-buffer` is set to nil.
109
* [#3149](https://github.com/clojure-emacs/cider/pull/3149): Add option `'change` to `cider-eval-result-duration`, allowing multiple eval result overlays to persist until the next change to the buffer.
1110
* `cider-jack-in-lein-plugins` no longer affects non-Leiningen projects.

cider.el

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

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

0 commit comments

Comments
 (0)