summaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorArtur Malabarba <bruce.connor.am@gmail.com>2015-08-22 20:47:51 +0100
committerArtur Malabarba <bruce.connor.am@gmail.com>2015-08-23 22:52:24 +0100
commit07175561f657fc7dda1a0bfe4fe75109b32cd4a6 (patch)
tree2b90079eacc805839d9ffab50694ca52f40483f6 /README.md
parent2495a4c57cb03c9bcedd3cecdd9a53eba359e7bc (diff)
New possible value for `cider-prompt-save-file-on-load'
Diffstat (limited to 'README.md')
-rw-r--r--README.md3
1 files changed, 3 insertions, 0 deletions
diff --git a/README.md b/README.md
index 02448f2f..ced78a52 100644
--- a/README.md
+++ b/README.md
@@ -429,7 +429,10 @@ Buffer name will look like *cider-repl project-name:port*.
the buffer being loaded, if it's modified:
```el
+;; Don't prompt and don't save
(setq cider-prompt-save-file-on-load nil)
+;; Just save without prompting
+(setq cider-prompt-save-file-on-load 'always-save)
```
* Change the result prefix for REPL evaluation (by default there's no prefix):