branch: elpa/inf-clojure
commit c9681d0f5abf4103fbb4853013ba45dad78860f1
Author: Bozhidar Batsov <bozhi...@batsov.com>
Commit: Bozhidar Batsov <bozhi...@batsov.com>

    Tweak some wording
---
 README.md | 7 ++++---
 1 file changed, 4 insertions(+), 3 deletions(-)

diff --git a/README.md b/README.md
index 8f05c00..663ded9 100644
--- a/README.md
+++ b/README.md
@@ -151,8 +151,10 @@ You can see all the configuration options available using 
the command
 
 ### Startup
 
-Most likely you will want to set the startup command and the repl
-type. This is most easily set with the following `dir-locals.el`:
+While `inf-clojure` is capable of starting many common REPLs out of the box 
it's
+fairly likely you will want to set some custom REPL startup command
+(e.g. because you need to include some `tools.deps` profile) and the REPL type
+that goes with it. This is most easily achieved with the following 
`dir-locals.el`:
 
 ```emacs-lisp
 ((nil
@@ -220,7 +222,6 @@ 
option](https://github.com/technomancy/leiningen/blob/master/sample.project.clj)
 ...
 ```
 
-
 #### Clojure Command Line Socket REPL
 
 If you have the new [Clojure CLI tools][] installed you can use the `clojure` 
command:

Reply via email to