Commit 9f9a89a
committed
cider--completing-read-port: Default to 7888
Whilst 7888 isn't the official port (see
nrepl/nrepl#6 discussion), it's frequently
used in practice. Set that as the default value in the minibuffer if
we couldn't infer a port.
Most nREPL implementations do create a `.nrepl-port` file but it's
nice to have 7888 suggested to save a few keystrokes.1 parent 61a7b7b commit 9f9a89a
2 files changed
Lines changed: 6 additions & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
27 | 27 | | |
28 | 28 | | |
29 | 29 | | |
| 30 | + | |
30 | 31 | | |
31 | 32 | | |
32 | 33 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
70 | 70 | | |
71 | 71 | | |
72 | 72 | | |
| 73 | + | |
| 74 | + | |
| 75 | + | |
73 | 76 | | |
74 | 77 | | |
75 | 78 | | |
| |||
158 | 161 | | |
159 | 162 | | |
160 | 163 | | |
161 | | - | |
| 164 | + | |
| 165 | + | |
162 | 166 | | |
163 | 167 | | |
164 | 168 | | |
| |||
0 commit comments