summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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