summaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
Diffstat (limited to 'README.md')
-rw-r--r--README.md7
1 files changed, 7 insertions, 0 deletions
diff --git a/README.md b/README.md
index 9682cd1e..15c8f5f4 100644
--- a/README.md
+++ b/README.md
@@ -133,6 +133,13 @@ than the REPL:
(setq nrepl-popup-stacktraces-in-repl t)
```
+* The nrepl buffer name takes the format `*nrepl project-name*`.
+Change the separator from space to something else by overriding `nrepl-buffer-name-separator`.
+
+```lisp
+(setq nrepl-buffer-name-separator "-")
+```
+
* Make <kbd>C-c C-z</kbd> switch to the `*nrepl*` buffer in the current window:
```lisp