summaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorRaymond Huang <rymndhng@users.noreply.github.com>2017-05-25 00:13:26 -0700
committerBozhidar Batsov <bozhidar.batsov@gmail.com>2017-05-25 11:13:26 +0400
commit676a80869d769cc45e49f498bfe3a1b5a94f5427 (patch)
tree73ec6922a32fc7d318a0de84e83ebcdaaeb6e04b /doc
parent1b8359b0b4ed3e746f09f43e7aa9ae2fb1c02116 (diff)
[Fix #1990] Add option to auto-save buffers when calling cider-refresh (#1994)
Diffstat (limited to 'doc')
-rw-r--r--doc/miscellaneous_features.md3
1 files changed, 3 insertions, 0 deletions
diff --git a/doc/miscellaneous_features.md b/doc/miscellaneous_features.md
index 0cca3366..b21779bd 100644
--- a/doc/miscellaneous_features.md
+++ b/doc/miscellaneous_features.md
@@ -145,6 +145,9 @@ and
(setq cider-refresh-show-log-buffer t)
```
+* By default, all Clojure buffers are prompted to be saved. This behaviour can be
+ customized using `cider-prompt-save-file-on-refresh`.
+
## Tracing function execution
You can trace the results produced by functions using <kbd>C-c M-t v</kbd>. The