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:
181181(setq cider-repl-use-clojure-font-lock nil)
182182----
183183
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+
184188NOTE: Using Clojure font-locking in the REPL can impact performance negatively, especially
185189when it comes to font-locking huge results. That, however, is mitigated to a big extent
186190by result streaming.
@@ -219,7 +223,8 @@ NOTE: This behaviour was changed in CIDER 0.20. In prior CIDER releases
219223pretty-printing was disabled by default.
220224
221225You 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`.
223228
224229If you want to disable using `cider-print-fn` entirely, use:
225230
You can’t perform that action at this time.
0 commit comments