summaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorBozhidar Batsov <bozhidar@tradeo.com>2013-10-16 16:20:05 +0300
committerBozhidar Batsov <bozhidar@tradeo.com>2013-10-16 16:20:05 +0300
commite2894f975156c8ed8898014bc67bf2082670a4b8 (patch)
treeace9e8233446b5b5e2bdfa0242f9e01303689bae /README.md
parent8a5111fb7ae5e53be1f13a9f56a6c005de7a91ce (diff)
Rename some REPL variables
Diffstat (limited to 'README.md')
-rw-r--r--README.md6
1 files changed, 3 insertions, 3 deletions
diff --git a/README.md b/README.md
index 57c7d8f4..39dc2865 100644
--- a/README.md
+++ b/README.md
@@ -116,14 +116,14 @@ because you're used to completing with <kbd>M-TAB</kbd>) use the
following snippet:
```el
-(setq nrepl-tab-command 'indent-for-tab-command)
+(setq nrepl-repl-tab-command 'indent-for-tab-command)
```
* Prevent the auto-display of the REPL buffer in a separate window
after connection is established:
```el
-(setq nrepl-pop-to-repl-buffer-on-connect nil
+(setq nrepl-repl-pop-to-buffer-on-connect nil
```
* Stop the error buffer from popping up while working in buffers other
@@ -136,7 +136,7 @@ than the REPL:
* Enable error buffer popping also in the REPL:
```el
-(setq nrepl-popup-stacktraces-in-repl t)
+(setq nrepl-repl-popup-stacktraces t)
```
* To auto-select the error buffer when it's displayed: