Skip to content

Commit

Permalink
[Docs] Document cider-result-use-clojure-font-lock
Browse files Browse the repository at this point in the history
  • Loading branch information
bbatsov committed Sep 25, 2024
1 parent 2c6a3c2 commit be4b4ac
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions doc/modules/ROOT/pages/usage/code_evaluation.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -183,6 +183,16 @@ Set this variable to `nil` to disable it.

NOTE: CIDER uses internally the excellent package https://github.com/Malabarba/spinner.el[spinner.el].

=== Syntax Highlighting of Results

By default the results of interactive evaluation (both those displayed in the minibuffer and in overlays) are font-locked as Clojure code.
You can disable this by tweaking the configuration option `cider-result-use-clojure-font-lock`:

[source,lisp]
----
(setq cider-result-use-clojure-font-lock nil)
----

=== Overlays

When you evaluate code in Clojure files, the result is displayed in the buffer
Expand Down

0 comments on commit be4b4ac

Please sign in to comment.