commit 288c6124e4194427a797007e274733ce6bec04b2 parent 24cadec95676302858822ea616b8dc88dfdae55e Author: Kévin Le Gouguec <kevin.legouguec@gmail.com> Date: Fri, 17 Apr 2026 07:56:57 +0200 Celebrate more eglot observability Diffstat:
| M | reviews/emacs/hype.org | | | 5 | +++-- |
1 file changed, 3 insertions(+), 2 deletions(-)
diff --git a/reviews/emacs/hype.org b/reviews/emacs/hype.org @@ -88,10 +88,11 @@ Perhaps this feature will help me journey toward the promised land of modular init files. ** Programming *** eglot +**** ~eglot-describe-connection~ and ~eglot-list-connections~ **** ~jsonrpc-events-mode~ New major mode for Eglot's event log buffers, accessed with ~M-x -eglot-events-buffer~. =RET= invokes pretty-prints the event at point -with =jq=. +eglot-events-buffer~ or =e= in the connection list buffer. =RET= +pretty-prints the event at point with =jq=. *** lua-mode Imported from [[https://immerrr.github.io/lua-mode/][the historical thirdparty mode]]; an alternative to the built-in lua-ts-mode.