branch: externals/elpa commit 29f6b4c8cd783a47a2b9c741a518df99aa959360 Author: João Távora <joaotav...@gmail.com> Commit: João Távora <joaotav...@gmail.com>
Tweak README.md * README.md (Commands and keybindings): New section. --- README.md | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index a3789a4..4dfe0a6 100644 --- a/README.md +++ b/README.md @@ -37,20 +37,22 @@ server. To skip the guess and always be prompted use `C-u M-x eglot`. Here's a summary of available commands: -- `M-x eglot-reconnect` reconnects to the server +- `M-x eglot`, as described above; + +- `M-x eglot-reconnect` reconnects to the server; - `M-x eglot-rename` asks the server to rename the symbol at point - `M-x eglot-help-at-point` asks the server for help for symbol at point. Currently this is what `eldoc-mode` displays in the echo - area. + area; - `M-x eglot-events-buffer` jumps to the events buffer for debugging communication with the server. There are *no keybindings* specific to Eglot, but you can bind stuff in `eglot-mode-map`, which is active as long as Eglot is managing a -file in your project. The commands don't need to be eglot-specific, +file in your project. The commands don't need to be Eglot-specific, either: ```