Skip to content

Commit 24b060a

Browse files
committed
Tweak some wording
1 parent d541bc1 commit 24b060a

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

doc/modules/ROOT/pages/basics/up_and_running.adoc

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -41,12 +41,6 @@ CIDER figures out this by parsing the output from the command and waiting for a
4141
TIP: You can see the exact command that `cider-jack-in` invoked in your minibuffer, while
4242
waiting for nREPL to start. You can also find this command in Emacs's `+*Messages*+` buffer.
4343

44-
IMPORTANT: `cider-jack-in` is mainly designed for local development with files on a local machine and
45-
the nREPL process running on the same machine. It has as well features to support various remote / container
46-
scenarious, see below. Due to the large variation of remote scenarious it cannot support all of them,
47-
so in some cases a manual nREPL start and usage of `cider-connect` is needed.
48-
49-
5044
In some cases one project might have multiple project markers in it - e.g. `project.clj` and `deps.edn`.
5145
When this happens CIDER will prompt you to select the build tool to use. You can override this behavior
5246
by setting the variable `cider-preferred-build-tool`. While you can set it globally in your Emacs config,
@@ -58,6 +52,12 @@ most of the time you'd probably want to have a project-specific setting for it i
5852
(cider-preferred-build-tool . lein)))
5953
----
6054

55+
NOTE: `cider-jack-in` is mainly designed for local development (with files on a
56+
local machine and the nREPL process running on the same machine). It does support
57+
various common remote/container scenarios, as documented later in this section. Due
58+
to the large variation of remote scenarios it cannot support all of them, so in
59+
some cases a manual nREPL start and usage of `cider-connect` might be a better option.
60+
6161
=== Auto-Injecting Dependencies
6262

6363
While CIDER's core functionality requires nothing more than an nREPL server,

0 commit comments

Comments
 (0)