summaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorMichael Griffiths <mikey@cich.li>2015-03-26 20:35:15 +0000
committerMichael Griffiths <mikey@cich.li>2015-03-26 21:00:42 +0000
commit1202eb5b481cd6ccc2b0a99b63baa5f816aca7d9 (patch)
treeb67ea804641156de0bf84e9eade476fa0d6b327a /README.md
parenteadac9f21756298671aba31a40837ce8370d14af (diff)
Add `cider-prompt-for-symbol` option
Diffstat (limited to 'README.md')
-rw-r--r--README.md5
1 files changed, 5 insertions, 0 deletions
diff --git a/README.md b/README.md
index 6bab3f96..3c5c724e 100644
--- a/README.md
+++ b/README.md
@@ -256,6 +256,11 @@ When using `switch-to-buffer`, pressing <kbd>SPC</kbd> after the command will
make the hidden buffers visible. They'll always be visible in
`list-buffers` (<kbd>C-x C-b</kbd>).
+* By default, interactive commands that require a symbol will prompt for the
+ symbol, with the prompt defaulting to the symbol at point. You can set
+ `cider-prompt-for-symbol` to nil to instead try the command with the symbol at
+ point first, and only prompt if that fails.
+
* You can control the <kbd>TAB</kbd> key behavior in the REPL via the
`cider-repl-tab-command` variable. While the default command
`cider-repl-indent-and-complete-symbol` should be an adequate choice for