]> git.eshelyaron.com Git - emacs.git/commit
Allow eglot-workspace-configuration to be a plist
authorJoão Távora <joaotavora@gmail.com>
Sat, 17 Sep 2022 23:37:31 +0000 (00:37 +0100)
committerJoão Távora <joaotavora@gmail.com>
Sun, 18 Sep 2022 09:51:01 +0000 (10:51 +0100)
commita5983527506d0d79137003dc9b5eb15dfd4c7365
treef829f3a807a692f22130b11ab5c6bd889605ad16
parent14586fedcf9ac4aafe119b89a72d0b438f6a4d04
Allow eglot-workspace-configuration to be a plist

Suggested-by: Augusto Stoffel <arstoffel@gmail.com>
* NEWS.md: Mention change.

* README.md (eglot-workspace-configuration): Update yet again.  Update
examples to use pylsp.

* eglot.el (eglot--workspace-configuration-plist): Noop if already
a plist.
(eglot-handle-request workspace/configuration): Use
eglot--workspace-configuration-plist.
(eglot-workspace-configuration): Document variable.

GitHub-reference: per https://github.com/joaotavora/eglot/issues/590
GitHub-reference: per https://github.com/joaotavora/eglot/issues/790
GitHub-reference: per https://github.com/joaotavora/eglot/issues/1033
lisp/progmodes/eglot.el