[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[nongnu] elpa/cider d541bc145f 1/2: Update up_and_running.adoc
|
From: |
ELPA Syncer |
|
Subject: |
[nongnu] elpa/cider d541bc145f 1/2: Update up_and_running.adoc |
|
Date: |
Wed, 3 Jan 2024 12:59:42 -0500 (EST) |
branch: elpa/cider
commit d541bc145fe760866e9d47b1a60784a2da272427
Author: Carsten Behring <carsten.behring@gmail.com>
Commit: Bozhidar Batsov <bozhidar@batsov.dev>
Update up_and_running.adoc
An other way to express the limit of cider-jack-in
---
doc/modules/ROOT/pages/basics/up_and_running.adoc | 6 ++++++
1 file changed, 6 insertions(+)
diff --git a/doc/modules/ROOT/pages/basics/up_and_running.adoc
b/doc/modules/ROOT/pages/basics/up_and_running.adoc
index c8e17cc312..6401ebe45a 100644
--- a/doc/modules/ROOT/pages/basics/up_and_running.adoc
+++ b/doc/modules/ROOT/pages/basics/up_and_running.adoc
@@ -41,6 +41,12 @@ CIDER figures out this by parsing the output from the
command and waiting for a
TIP: You can see the exact command that `cider-jack-in` invoked in your
minibuffer, while
waiting for nREPL to start. You can also find this command in Emacs's
`+*Messages*+` buffer.
+IMPORTANT: `cider-jack-in` is mainly designed for local development with files
on a local machine and
+the nREPL process running on the same machine. It has as well features to
support various remote / container
+scenarious, see below. Due to the large variation of remote scenarious it
cannot support all of them,
+so in some cases a manual nREPL start and usage of `cider-connect` is needed.
+
+
In some cases one project might have multiple project markers in it - e.g.
`project.clj` and `deps.edn`.
When this happens CIDER will prompt you to select the build tool to use. You
can override this behavior
by setting the variable `cider-preferred-build-tool`. While you can set it
globally in your Emacs config,