summaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorBozhidar Batsov <bozhidar@batsov.com>2017-05-03 09:19:59 +0300
committerBozhidar Batsov <bozhidar@batsov.com>2017-05-03 09:19:59 +0300
commite4b9cf0cd781ff7ec2e589141b91599210648fba (patch)
treeec3a4f1e7409743d4101884bc76989098ca39292 /doc
parent35d2ddfa04b2abea901c529bab252b1af732398b (diff)
Extend the list of key REPL features
Diffstat (limited to 'doc')
-rw-r--r--doc/using_the_repl.md3
1 files changed, 3 insertions, 0 deletions
diff --git a/doc/using_the_repl.md b/doc/using_the_repl.md
index c1f5bd75..cbdf96c1 100644
--- a/doc/using_the_repl.md
+++ b/doc/using_the_repl.md
@@ -5,6 +5,9 @@ library you're playing with). The REPL offers a number of advanced features:
* auto-completion
* font-locking (the same as in `clojure-mode`)
* quick access to many CIDER commands (e.g. definition and documentation lookup, tracing, etc)
+* (optional) pretty-printing of evaluation results
+* eldoc support
+* highly customizable REPL prompt
Here's a list of the keybindings that are available in CIDER's REPL: