]> git.eshelyaron.com Git - emacs.git/commit
Add a completion-category-defaults entry
authorAugusto Stoffel <arstoffel@gmail.com>
Wed, 28 Apr 2021 10:41:19 +0000 (11:41 +0100)
committerJoão Távora <joaotavora@gmail.com>
Wed, 28 Apr 2021 10:43:57 +0000 (11:43 +0100)
commita1fb92543ccd21375f21143939a29445016d56ee
treee38a89b1669f6bc54f160dd779d13bcc004e1454
parentf3e2ca5bd5f4ee3f5a32e85dc9cb27eaa982b41b
Add a completion-category-defaults entry

Setting completion-styles buffer-locally is harder to customize and
can break some completion UIs.

Emacs bughttps://github.com/joaotavora/eglot/issues/48073

* eglot.el: Add a completion-category-defaults entry, if applicable.
(eglot--managed-mode): Don't set `completion-styles'
(eglot-completion-at-point): Add style metadata to
completion table.
lisp/progmodes/eglot.el