summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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)