1
Fork 0
mirror of git://git.sv.gnu.org/emacs.git synced 2026-05-31 01:32:00 -07:00

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.
This commit is contained in:
João Távora 2026-05-21 10:33:37 +01:00
parent 655302cc21
commit 13b29eebc1

View file

@ -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)