We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a38a92c commit 0b70bf8Copy full SHA for 0b70bf8
CHANGELOG.md
@@ -2,6 +2,10 @@
2
3
## master (unreleased)
4
5
+### Bugs fixed
6
+
7
+- [#3742](https://github.com/clojure-emacs/cider/issues/3742): Restore syntax highlighting in result minibuffer.
8
9
## 1.16.0 (2024-09-24)
10
11
### Changes
cider-overlays.el
@@ -317,7 +317,7 @@ focused."
317
:where point
318
:duration cider-eval-result-duration
319
:prepend-face (or overlay-face 'cider-result-overlay-face))))
320
- (msg (format "%s%s" cider-eval-result-prefix value))
+ (msg (format "%s%s" cider-eval-result-prefix font-value))
321
(max-msg-length (* (floor (* (frame-height) max-mini-window-height))
322
(frame-width)))
323
(msg (if (> (string-width msg) max-msg-length)
0 commit comments