@@ -42,18 +42,20 @@ and [MELPA](http://melpa.org).
42
42
43
43
You can install CIDER with the following command:
44
44
45
- <kbd >M-x package-install [ RET] cider [ RET] </kbd >
45
+ <kbd >M-x</ kbd > ` package-install ` < kbd > [ RET] </ kbd > ` cider ` < kbd > [ RET] </kbd >
46
46
47
47
### Launch an nREPL server and client from Emacs
48
48
49
49
Simply open in Emacs a file belonging to your ` lein ` or ` boot ` project (like
50
- ` foo.clj ` ) and type <kbd >M-x cider-jack-in</kbd >. This will start an nREPL server with
51
- all the project dependencies loaded in and CIDER will automatically connect to it.
50
+ ` foo.clj ` ) and type <kbd >M-x</kbd > ` cider-jack-in ` . This will start an nREPL
51
+ server with all the project dependencies loaded in and CIDER will automatically
52
+ connect to it.
52
53
53
- Alternatively you can use <kbd >C-u M-x cider-jack-in</ kbd > to specify the name of
54
- a ` lein ` or ` boot ` project, without having to visit any file in it.
54
+ Alternatively you can use <kbd >C-u M-x</ kbd > ` cider-jack-in ` to specify the name
55
+ of a ` lein ` or ` boot ` project, without having to visit any file in it.
55
56
56
- In Clojure(Script) buffers the command ` cider-jack-in ` is bound to <kbd >C-c M-j</kbd >.
57
+ In Clojure(Script) buffers the command ` cider-jack-in ` is bound to <kbd >C-c
58
+ M-j</kbd >.
57
59
58
60
### Connect to a running nREPL server
59
61
@@ -70,11 +72,11 @@ Or with Boot:
70
72
$ boot repl wait
71
73
```
72
74
73
- Alternatively you can start nREPL either manually or by the facilities provided by your
74
- project's build tool (Maven, etc).
75
+ Alternatively you can start nREPL either manually or by the facilities provided
76
+ by your project's build tool (Gradle, Maven, etc).
75
77
76
- After you get your nREPL server running go back to Emacs.
77
- Typing there < kbd >M-x cider-connect</ kbd > will allow you to connect to the running nREPL server.
78
+ After you get your nREPL server running go back to Emacs. Typing there < kbd >M-x</ kbd >
79
+ ` cider-connect ` will allow you to connect to the running nREPL server.
78
80
79
81
In Clojure(Script) buffers the command ` cider-connect ` is bound to <kbd >C-c M-c</kbd >.
80
82
0 commit comments