Skip to content

Commit 21f7992

Browse files
committed
[Docs] Tweak the docs about cider-jack-in-universal
1 parent 57991a9 commit 21f7992

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

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

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -137,17 +137,17 @@ directory, it behaves exactly the same as `cider-jack-in` does.
137137

138138
It utilizes Emacs's
139139
https://www.gnu.org/software/emacs/manual/html_node/elisp/Prefix-Command-Arguments.html[numeric
140-
prefix arguments] to quickly jack in to a project type. Numeric prefix
141-
arguments can be set with the Meta key followed by a number.
140+
prefix arguments] to quickly jack in with a specific build tool. Numeric prefix
141+
arguments can be set with the `Meta` key followed by a number.
142142

143-
The following clojure build tools are supported so far
143+
The following Clojure build tools are supported so far
144144

145145
- kbd:[M-1 C-c C-x j u] jack-in using clojure-cli.
146146
- kbd:[M-2 C-c C-x j u] jack-in using leiningen.
147147
- kbd:[M-3 C-c C-x j u] jack-in using babashka.
148148
- kbd:[M-4 C-c C-x j u] jack-in using nbb.
149149

150-
Here is an example of how to bind F12 for quickly bringing up a
150+
Here is an example of how to bind kbd:[F12] for quickly bringing up a
151151
babashka REPL:
152152

153153
[source,lisp]

0 commit comments

Comments
 (0)