Variable: cider-overlays-use-font-lock
cider-overlays-use-font-lock is an alias and customizable for
cider-eval-result-font-lock, defined in cider-overlays.el.
This variable is obsolete since 2.0.0; use
cider-eval-result-font-lock instead.
Value
clojure
Documentation
How to highlight interactive evaluation results.
If clojure (the default), the result is font-locked as Clojure code, both in
the echo area and in the result overlay (where the syntax highlighting shows
beneath cider-result-overlay-face).
If nil, the result is not syntax-highlighted: the overlay is shown using
cider-result-overlay-face and the echo-area result is shown as plain text.
This replaces the older cider-result-use-clojure-font-lock and
cider-overlays-use-font-lock options, which together covered the same ground.
Aliases
cider-result-use-clojure-font-lock (obsolete since 2.0.0)
cider-overlays-use-font-lock (obsolete since 2.0.0)