File: cider-overlays.el.html
Use cider--make-overlay to place a generic overlay at point. Or use
cider--make-result-overlay to place an interactive eval result overlay at
the end of a specified line.
Defined variables (0)
Defined functions (0)
Defined faces (6)
cider-error-overlay-face | Like ‘cider-result-overlay-face’, but for evaluation errors. |
cider-fragile-button-face | Face for buttons that vanish when clicked. |
cider-fringe-bad-face | Face used on the fringe indicator for a failing test. |
cider-fringe-good-face | Face used on the fringe indicator for successful evaluation. |
cider-fringe-stale-face | Face used on the fringe indicator for a form edited since it was evaluated. |
cider-result-overlay-face | Face used to display evaluation results at the end of line. When ‘cider-eval-result-font-lock’ is ‘clojure’, this face is applied with lower priority than the syntax highlighting. |