summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJoão Távora <joaotavora@gmail.com>2026-05-21 10:33:37 +0100
committerJoão Távora <joaotavora@gmail.com>2026-05-21 10:33:37 +0100
commit13b29eebc1663152ca10f55f8fcd659f48b80d68 (patch)
tree9cd60d272e0f048ce34bfe9459ad158c7f2bf28b
parent655302cc21222fe64078cde08eb75eb81bf2da7e (diff)
Eglot: use standard face for completion annotations (bug#81088)
* lisp/progmodes/eglot.el (eglot-completion-at-point): Use completions-annotations face, not font-lock-function-name-face.
-rw-r--r--lisp/progmodes/eglot.el2
1 files changed, 1 insertions, 1 deletions
diff --git a/lisp/progmodes/eglot.el b/lisp/progmodes/eglot.el
index a913271a41a..e945dfb9739 100644
--- a/lisp/progmodes/eglot.el
+++ b/lisp/progmodes/eglot.el
@@ -4014,7 +4014,7 @@ for which LSP on-type-formatting should be requested."
(when annotation
(concat " "
(propertize annotation
- 'face 'font-lock-function-name-face))))))
+ 'face 'completions-annotations))))))
:company-kind
;; Associate each lsp-item with a lsp-kind symbol.
(lambda (proxy)