summaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
Diffstat (limited to 'doc')
-rw-r--r--doc/miscellaneous_features.md5
1 files changed, 5 insertions, 0 deletions
diff --git a/doc/miscellaneous_features.md b/doc/miscellaneous_features.md
index b204c1b4..499aedcc 100644
--- a/doc/miscellaneous_features.md
+++ b/doc/miscellaneous_features.md
@@ -148,6 +148,11 @@ and
* By default, all modified Clojure buffers are prompted to be saved. This
behaviour can be customized using `cider-ns-save-files-on-refresh`.
+In case `cider-ns-refresh` does not work for you the
+`cider-ns-reload`|`cider-ns-reload-all` commands can be used instead: they will
+evaluate the Clojure's out of the box `(require ... :reload|:reload-all)` at
+the REPL.
+
## Tracing function execution
You can trace the results produced by functions using <kbd>C-c M-t v</kbd>. The