We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2c6a3c2 commit be4b4acCopy full SHA for be4b4ac
doc/modules/ROOT/pages/usage/code_evaluation.adoc
@@ -183,6 +183,16 @@ Set this variable to `nil` to disable it.
183
184
NOTE: CIDER uses internally the excellent package https://github.com/Malabarba/spinner.el[spinner.el].
185
186
+=== Syntax Highlighting of Results
187
+
188
+By default the results of interactive evaluation (both those displayed in the minibuffer and in overlays) are font-locked as Clojure code.
189
+You can disable this by tweaking the configuration option `cider-result-use-clojure-font-lock`:
190
191
+[source,lisp]
192
+----
193
+(setq cider-result-use-clojure-font-lock nil)
194
195
196
=== Overlays
197
198
When you evaluate code in Clojure files, the result is displayed in the buffer
0 commit comments