branch: elpa/cider commit 5d87a4d2990cc17e9a1ba88ea9063b3278796fad Author: vemv <v...@users.noreply.github.com> Commit: vemv <v...@users.noreply.github.com>
Fix some docs markup --- doc/modules/ROOT/pages/config/basic_config.adoc | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/doc/modules/ROOT/pages/config/basic_config.adoc b/doc/modules/ROOT/pages/config/basic_config.adoc index 53efd7f5df..4f660c0517 100644 --- a/doc/modules/ROOT/pages/config/basic_config.adoc +++ b/doc/modules/ROOT/pages/config/basic_config.adoc @@ -44,9 +44,9 @@ With it enabled, `cider-jack-in` will activate enrich-classpath, given the follo * You are on macOS/Linux * You are launching a vanilla JVM repl (and not a cljs repl, or a clj+cljs repl) * You are using `cider-jack-in` / `cider-jack-in-clj` (and not `cider-connect`) - * For `cider-connect`, please follow enrich-classpath's https://github.com/clojure-emacs/enrich-classpath/tree/v1.16.0#emacs-cider-connect[own instructions]. + ** For `cider-connect`, please follow enrich-classpath's https://github.com/clojure-emacs/enrich-classpath/tree/v1.16.0#emacs-cider-connect[own instructions]. -...those conditions will be progressively relaxed. +...these conditions will be progressively relaxed. It's worth noting that `cider-jack-in` will fall back to the original command if enrich-classpath failed, for whatever reason.