From 13b29eebc1663152ca10f55f8fcd659f48b80d68 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jo=C3=A3o=20T=C3=A1vora?= Date: Thu, 21 May 2026 10:33:37 +0100 Subject: [PATCH] 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. --- lisp/progmodes/eglot.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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)