summaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorBozhidar Batsov <bozhidar@batsov.com>2017-05-03 08:39:59 +0300
committerBozhidar Batsov <bozhidar@batsov.com>2017-05-03 08:39:59 +0300
commitcf9eeb4cdf1d9bdbe9d0c26a889f9940f373c98c (patch)
tree960e1c57234d05cf9ce7408af6fabe191f266f44 /doc
parent02c9eea041f450a0a8e4866a78a4d76935a12cc0 (diff)
Extend the manual section about pretty-printing in the REPL
Diffstat (limited to 'doc')
-rw-r--r--doc/using_the_repl.md6
1 files changed, 6 insertions, 0 deletions
diff --git a/doc/using_the_repl.md b/doc/using_the_repl.md
index 8d11d3aa..7f77ccbd 100644
--- a/doc/using_the_repl.md
+++ b/doc/using_the_repl.md
@@ -199,6 +199,12 @@ Make the REPL always pretty-print the results of your commands.
<kbd>M-x cider-repl-toggle-pretty-printing</kbd>
+To make this behavior the default:
+
+```el
+(setq cider-repl-use-pretty-printing t)
+```
+
#### Limiting printed output in the REPL
Accidentally printing large objects can be detrimental to your