]> git.eshelyaron.com Git - emacs.git/commit
Ensure process starts in project's root
authorJoão Távora <joaotavora@gmail.com>
Fri, 15 Nov 2019 16:04:55 +0000 (16:04 +0000)
committerJoão Távora <joaotavora@gmail.com>
Fri, 15 Nov 2019 19:24:15 +0000 (19:24 +0000)
commit9101970ccf77c755a12d20d147187cff20929df4
tree625d7c3cf5343b83de80db0d35e704c97f412369
parent1f784797d86dd86625be3ed14226e795f031d2cd
Ensure process starts in project's root

Also fix https://github.com/joaotavora/eglot/issues/347.

* eglot.el (eglot--connect): Bind default-directory around make
process.

GitHub-reference: fix https://github.com/joaotavora/eglot/issues/330
lisp/progmodes/eglot.el