@@ -82,10 +82,11 @@ start a REPL for a particular project type:
8282 - ` inf-clojure-tools-deps-cmd ` ([ Clojure cli tools] [ ] )
8383 - ` inf-clojure-generic-cmd `
8484
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.
8990
9091It is highly recommended to use a cons pair like ` ("localhost" . 5555) ` to
9192connect 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][]:
170171(setf inf-clojure-boot-cmd '("localhost" . 5555))
171172```
172173
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 ) .
174175
175176#### Lumo Socket REPL
176177
@@ -243,7 +244,7 @@ Suppose you have three inferior Clojures running:
243244If you do a ` inf-clojure-eval-defun ` command on some Clojure source code,
244245what process do you send it to?
245246
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* ` ),
247248 you send it to that process.
248249- If you're in some other buffer (e.g., a source file), you
249250 send it to the process attached to buffer ` inf-clojure-buffer ` .
0 commit comments