File tree Expand file tree Collapse file tree 1 file changed +6
-1
lines changed
doc/modules/ROOT/pages/repl Expand file tree Collapse file tree 1 file changed +6
-1
lines changed Original file line number Diff line number Diff line change @@ -181,6 +181,10 @@ use:
181
181
(setq cider-repl-use-clojure-font-lock nil)
182
182
----
183
183
184
+ You can temporarily disable the Clojure font-locking by using
185
+ kbd:[M-x cider-repl-toggle-clojure-font-lock]
186
+ or the REPL shortcut `toggle-font-lock`.
187
+
184
188
NOTE: Using Clojure font-locking in the REPL can impact performance negatively, especially
185
189
when it comes to font-locking huge results. That, however, is mitigated to a big extent
186
190
by result streaming.
@@ -219,7 +223,8 @@ NOTE: This behaviour was changed in CIDER 0.20. In prior CIDER releases
219
223
pretty-printing was disabled by default.
220
224
221
225
You can temporarily disable this behaviour and revert to the default behaviour
222
- (equivalent to `clojure.core/pr`) using kbd:[M-x cider-repl-toggle-pretty-printing].
226
+ (equivalent to `clojure.core/pr`) using kbd:[M-x cider-repl-toggle-pretty-printing]
227
+ or the REPL shortcut `toggle-pprint`.
223
228
224
229
If you want to disable using `cider-print-fn` entirely, use:
225
230
You can’t perform that action at this time.
0 commit comments