You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
*[#204](https://github.com/clojure-emacs/inf-clojure/issues/204): Scroll repl buffer on insert commands
8
-
*[#208](https://github.com/clojure-emacs/inf-clojure/pull/208) Display message after setting repl.
9
8
*[#210](https://github.com/clojure-emacs/inf-clojure/pull/210) Include `inf-clojure-socket-repl` to create a socket REPL and connect to it from inside Emacs.
@@ -181,7 +180,7 @@ There are two important configuration variables here:
181
180
182
181
1.`inf-clojure-custom-startup`: Which startup command to use so
183
182
inf-clojure can run the inferior Clojure process (REPL).
184
-
2.`inf-clojure-custom-repl-type`: The type of the REPL started by the above command (e.g. `lumo`).
183
+
2.`inf-clojure-custom-repl-type`: The type of the REPL started by the above command (e.g. `planck`).
185
184
186
185
If these are set and you wish to prevent inf-clojure from using them,
187
186
use a prefix arg when invoking `inf-clojure` (`C-u M-x inf-clojure`).
@@ -290,18 +289,6 @@ information on how connect:
290
289
291
290
The socket server REPL configuration options are described [here](https://clojure.org/reference/repl_and_main#_launching_a_socket_server).
292
291
293
-
#### Lumo Socket REPL
294
-
295
-
Lumo is decoupled from `inf-clojure-project-type` and therefore the command used depends on what you are using for dependency resolution.
296
-
297
-
For example if a `project.clj` is present in the project root folder, `inf-clojure-lein-cmd` will be used.
298
-
299
-
After you launch `lumo ... -n 5555`, as customary, either `C-c M-c RET localhost RET 5555` from within Emacs or add the following to your `.dir-locals.el`:
0 commit comments