branch: elpa/cider
commit 36a90c41c617a5da9473200ccdb07e53eec7172b
Author: Bozhidar Batsov <bozhi...@batsov.dev>
Commit: Bozhidar Batsov <bozhi...@batsov.dev>

    [Doc] Add a note about the REPL utils and similar CIDER commands
---
 doc/modules/ROOT/pages/repl/basic_usage.adoc | 4 ++++
 1 file changed, 4 insertions(+)

diff --git a/doc/modules/ROOT/pages/repl/basic_usage.adoc 
b/doc/modules/ROOT/pages/repl/basic_usage.adoc
index 9949ad32c3..00a5610c65 100644
--- a/doc/modules/ROOT/pages/repl/basic_usage.adoc
+++ b/doc/modules/ROOT/pages/repl/basic_usage.adoc
@@ -68,6 +68,10 @@ This initialization code is auto-loaded only in the first 
REPL namespace
 shortcut `require-repl-utils`. The functionality is also accessible via
 CIDER's menu ("REPL -> Require REPL utils").
 
+TIP: You'll rarely need the REPL utility functions when using CIDER, as it
+provides many Emacs commands that behave similarly (e.g. instead of doing
+something like `(doc str)` you'd probably use the `cider-doc` (kbd:[C-c C-d 
C-d]) command).
+
 == Known Limitations
 
 Performance can degrade when the REPL buffer grows very large. This is

Reply via email to