@@ -50,15 +50,15 @@ You can install CIDER with the following command:
50
50
51
51
### Launch an nREPL server and client from Emacs
52
52
53
- Simply open in Emacs a file belonging to your ` lein ` or ` boot ` project (like
53
+ Simply open in Emacs a file belonging to your ` lein ` , ` tools.deps ` or ` boot ` project (like
54
54
` foo.clj ` ) and type <kbd >M-x</kbd > ` cider-jack-in ` . This will start an nREPL
55
55
server with all the project dependencies loaded in and CIDER will automatically
56
56
connect to it.
57
57
58
- Alternatively you can use <kbd >C-u M-x</kbd > ` cider-jack-in ` to specify the name
59
- of a ` lein ` or ` boot ` project, without having to visit any file in it.
58
+ Alternatively you can use <kbd >C-u M-x</kbd > ` cider-jack-in ` to specify the path to
59
+ a Clojure project, without having to visit any file in it.
60
60
61
- In Clojure(Script) buffers the command ` cider-jack-in ` is bound to
61
+ ** Tip: ** In Clojure(Script) buffers the command ` cider-jack-in ` is bound to
62
62
<kbd >C-c C-x (C-)j</kbd >.
63
63
64
64
### Connect to a running nREPL server
@@ -77,12 +77,12 @@ $ boot repl -s wait
77
77
```
78
78
79
79
Alternatively you can start nREPL either manually or by the facilities provided
80
- by your project's build tool (Gradle, Maven, etc).
80
+ by your project's build tool (` tools.deps ` , Gradle, Maven, etc).
81
81
82
82
After you get your nREPL server running go back to Emacs. Typing there <kbd >M-x</kbd >
83
83
` cider-connect ` will allow you to connect to the running nREPL server.
84
84
85
- In Clojure(Script) buffers the command ` cider-connect ` is bound to
85
+ ** Tip: ** In Clojure(Script) buffers the command ` cider-connect ` is bound to
86
86
<kbd >C-c C-x (C-)c (C-)j</kbd > and the command ` cider-connect-cljs ` is bound to
87
87
<kbd >C-c C-x (C-)c (C-)s</kbd >.
88
88
0 commit comments