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:
parent
655302cc21
commit
13b29eebc1
1 changed files with 1 additions and 1 deletions
|
|
@ -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)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue