summaryrefslogtreecommitdiff
path: root/doc/miscellaneous_features.md
diff options
context:
space:
mode:
Diffstat (limited to 'doc/miscellaneous_features.md')
-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