File tree Expand file tree Collapse file tree 1 file changed +16
-0
lines changed Expand file tree Collapse file tree 1 file changed +16
-0
lines changed Original file line number Diff line number Diff line change @@ -208,6 +208,22 @@ To make this behavior the default:
208
208
(setq cider-repl-use-pretty-printing t)
209
209
```
210
210
211
+ #### Displaying images in the REPL
212
+
213
+ Starting with CIDER 0.17 (Andalucía) expressions that evaluate to
214
+ images will be rendered as images in the REPL. You can disable this
215
+ behavior if you don't like it.
216
+
217
+ ``` el
218
+ (setq cider-repl-use-content-types nil)
219
+ ```
220
+
221
+ Alternatively you can toggle this behaviour on and off using <kbd >M-x
222
+ cider-repl-toggle-content-types</kbd >.
223
+
224
+ Currently the feature doesn't work well with pretty-printing in the REPL,
225
+ so you're advised not to enable both of them at the same time.
226
+
211
227
#### Limiting printed output in the REPL
212
228
213
229
Accidentally printing large objects can be detrimental to your
You can’t perform that action at this time.
0 commit comments