@@ -82,10 +82,11 @@ start a REPL for a particular project type:
82
82
- ` inf-clojure-tools-deps-cmd ` ([ Clojure cli tools] [ ] )
83
83
- ` inf-clojure-generic-cmd `
84
84
85
- Detection is attempted
86
- [ in the above order] ( https://github.com/clojure-emacs/inf-clojure/blob/master/inf-clojure.el#L589-L596 )
87
- but the ` inf-clojure-project-type ` variable can force a particular project
88
- type, useful for projects that don't have standard layouts.
85
+ Detection is attempted in the above order (see [ function
86
+ ` inf-clojure-project-type ` in this
87
+ file] ( https://github.com/clojure-emacs/inf-clojure/blob/master/inf-clojure.el#L611-L618 )
88
+ but the ` inf-clojure-project-type ` variable can force a particular
89
+ project type, useful for projects that don't have standard layouts.
89
90
90
91
It is highly recommended to use a cons pair like ` ("localhost" . 5555) ` to
91
92
connect to a socket REPL, terminal REPLs are inherently hard to work with and
@@ -170,7 +171,7 @@ or the following to your [Emacs init file][]:
170
171
(setf inf-clojure-boot-cmd '("localhost" . 5555))
171
172
```
172
173
173
- The socket server REPL configuration options are described [ here] ( https://dev. clojure.org/display/design/Socket+Server+REPL ) .
174
+ The socket server REPL configuration options are described [ here] ( https://clojure.org/reference/repl_and_main#_launching_a_socket_server ) .
174
175
175
176
#### Lumo Socket REPL
176
177
@@ -243,7 +244,7 @@ Suppose you have three inferior Clojures running:
243
244
If you do a ` inf-clojure-eval-defun ` command on some Clojure source code,
244
245
what process do you send it to?
245
246
246
- - If you're in a process buffer (foo, bar, or * inf-clojure* ),
247
+ - If you're in a process buffer (foo, bar, or ` *inf-clojure* ` ),
247
248
you send it to that process.
248
249
- If you're in some other buffer (e.g., a source file), you
249
250
send it to the process attached to buffer ` inf-clojure-buffer ` .
0 commit comments