Skip to content

Commit c9681d0

Browse files
committed
Tweak some wording
1 parent 58150d7 commit c9681d0

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

README.md

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -151,8 +151,10 @@ You can see all the configuration options available using the command
151151

152152
### Startup
153153

154-
Most likely you will want to set the startup command and the repl
155-
type. This is most easily set with the following `dir-locals.el`:
154+
While `inf-clojure` is capable of starting many common REPLs out of the box it's
155+
fairly likely you will want to set some custom REPL startup command
156+
(e.g. because you need to include some `tools.deps` profile) and the REPL type
157+
that goes with it. This is most easily achieved with the following `dir-locals.el`:
156158

157159
```emacs-lisp
158160
((nil
@@ -220,7 +222,6 @@ option](https://github.com/technomancy/leiningen/blob/master/sample.project.clj)
220222
...
221223
```
222224

223-
224225
#### Clojure Command Line Socket REPL
225226

226227
If you have the new [Clojure CLI tools][] installed you can use the `clojure` command:

0 commit comments

Comments
 (0)