]> git.eshelyaron.com Git - emacs.git/commit
Implement workspace/didchangeconfiguration ()
authorJoão Távora <joaotavora@gmail.com>
Wed, 11 Jul 2018 23:30:32 +0000 (00:30 +0100)
committerGitHub <noreply@github.com>
Wed, 11 Jul 2018 23:30:32 +0000 (00:30 +0100)
commit228ddf368de316667905448dca847bb760cf2d73
tree89fdb3570f517d842631bbd065738f4800155b1e
parent46de6683a7e827b3fb3d273605b3461075038c6f
Implement workspace/didchangeconfiguration ()

* README.md (Supported Protocol Features, Commands and
keybindings): mention workspace/didChangeConfiguration.

* eglot.el (eglot-server-initialized-hook): New hook.
(eglot--connect): Run it.
(eglot-workspace-configuration): New variable.
(eglot-signal-didChangeConfiguration): New command.

GitHub-reference: close https://github.com/joaotavora/eglot/issues/29
GitHub-reference: close https://github.com/joaotavora/eglot/issues/40
lisp/progmodes/eglot.el