mirror of
git://git.sv.gnu.org/emacs.git
synced 2026-06-02 18:45:22 -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
|
(when annotation
|
||||||
(concat " "
|
(concat " "
|
||||||
(propertize annotation
|
(propertize annotation
|
||||||
'face 'font-lock-function-name-face))))))
|
'face 'completions-annotations))))))
|
||||||
:company-kind
|
:company-kind
|
||||||
;; Associate each lsp-item with a lsp-kind symbol.
|
;; Associate each lsp-item with a lsp-kind symbol.
|
||||||
(lambda (proxy)
|
(lambda (proxy)
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue