Skip to content

Commit dfc27a3

Browse files
committed
[Docs] Add a note about the REPL name inference
1 parent 07b2738 commit dfc27a3

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

README.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -291,6 +291,10 @@ process with another `inf-clojure`. It will be in a new buffer,
291291
named `*inf-clojure*`. You can switch between the different process
292292
buffers with `switch-to-buffer`.
293293

294+
**Note:** If you're starting `inf-clojure` within a Clojure project directory
295+
the name of the project will be incorporated into the name of the REPL buffer
296+
- e.g. `*inf-clojure my-project*`.
297+
294298
Commands that send text from source buffers to Clojure processes (like `inf-clojure-eval-defun`
295299
or `inf-clojure-show-arglists`) have to choose a process to send to, when you have more than
296300
one Clojure process around. This is determined by the global variable `inf-clojure-buffer`.

0 commit comments

Comments
 (0)