File tree Expand file tree Collapse file tree 1 file changed +6
-0
lines changed
doc/modules/ROOT/pages/repl Expand file tree Collapse file tree 1 file changed +6
-0
lines changed Original file line number Diff line number Diff line change @@ -185,6 +185,12 @@ You can temporarily disable the Clojure font-locking by using
185
185
kbd:[M-x cider-repl-toggle-clojure-font-lock]
186
186
or the REPL shortcut `toggle-font-lock`.
187
187
188
+ Keep in mind that by default `cider-repl-input-face` simply makes the input bold
189
+ and `cider-repl-result-face` is blank (meaning it doesn't really apply any
190
+ font-locking to results), so you might want to adjust those faces to your
191
+ preferences. Some Emacs color themes might be providing different defaults for
192
+ them.
193
+
188
194
NOTE: Using Clojure font-locking in the REPL can impact performance negatively, especially
189
195
when it comes to font-locking huge results. That, however, is mitigated to a big extent
190
196
by result streaming.
You can’t perform that action at this time.
0 commit comments