]> git.eshelyaron.com Git - emacs.git/commit
Inhibit auto-reconnect until connection is established
authorJoão Távora <joaotavora@gmail.com>
Sun, 1 Jul 2018 21:49:40 +0000 (22:49 +0100)
committerJoão Távora <joaotavora@gmail.com>
Sun, 1 Jul 2018 21:49:40 +0000 (22:49 +0100)
commit1a58481719f63c3e77832f7c8474ce745a05ad4c
tree334c247fc73dd89697d59717be3856d9ace6d789
parent2b071ccba5c4f88fd0a66c505110d5081d695631
Inhibit auto-reconnect until connection is established

Otherwise, a server that crashes on startup is enough to throw Eglot
into a reconnection infloop.

* eglot.el (eglot-lsp-server): Initialize "inhibit-autoreconnect"
slot to t.

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