File tree Expand file tree Collapse file tree 1 file changed +4
-3
lines changed Expand file tree Collapse file tree 1 file changed +4
-3
lines changed Original file line number Diff line number Diff 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
226227If you have the new [ Clojure CLI tools] [ ] installed you can use the ` clojure ` command:
You can’t perform that action at this time.
0 commit comments