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
151
151
152
152
### Startup
153
153
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 ` :
156
158
157
159
``` emacs-lisp
158
160
((nil
@@ -220,7 +222,6 @@ option](https://github.com/technomancy/leiningen/blob/master/sample.project.clj)
220
222
...
221
223
```
222
224
223
-
224
225
#### Clojure Command Line Socket REPL
225
226
226
227
If 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