From e2894f975156c8ed8898014bc67bf2082670a4b8 Mon Sep 17 00:00:00 2001 From: Bozhidar Batsov Date: Wed, 16 Oct 2013 16:20:05 +0300 Subject: Rename some REPL variables --- README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'README.md') 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 M-TAB) 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: -- cgit v1.2.3