We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 07b2738 commit dfc27a3Copy full SHA for dfc27a3
README.md
@@ -291,6 +291,10 @@ process with another `inf-clojure`. It will be in a new buffer,
291
named `*inf-clojure*`. You can switch between the different process
292
buffers with `switch-to-buffer`.
293
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
+
298
Commands that send text from source buffers to Clojure processes (like `inf-clojure-eval-defun`
299
or `inf-clojure-show-arglists`) have to choose a process to send to, when you have more than
300
one Clojure process around. This is determined by the global variable `inf-clojure-buffer`.
0 commit comments