File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -331,8 +331,8 @@ The two main ways to obtain an nREPL connection are discussed in the following s
331
331
### Launch a nREPL server and client from Emacs
332
332
333
333
Simply open in Emacs a file belonging to your ` lein ` or ` boot ` project (like
334
- ` foo.clj ` ) and type <kbd >M-x cider-jack-in</kbd >. This will start a nREPL with
335
- all the deps loaded in, plus a CIDER client connected to it.
334
+ ` foo.clj ` ) and type <kbd >M-x cider-jack-in</kbd >. This will start a nREPL server with
335
+ all the project deps loaded in and CIDER with automatically connect to it.
336
336
337
337
Alternatively you can use <kbd >C-u M-x cider-jack-in</kbd > to specify the name of
338
338
a ` lein ` or ` boot ` project, without having to visit any file in it.
You can’t perform that action at this time.
0 commit comments