commit 44812802133560839a572314731363e2b8334f03
parent 243776ec00b6819796a640b2fd400fe7dbeac55b
Author: Kévin Le Gouguec <kevin.legouguec@gmail.com>
Date: Mon, 12 Jan 2026 18:56:37 +0100
Highlight plumbing command for Emacs LSP client
Diffstat:
1 file changed, 5 insertions(+), 0 deletions(-)
diff --git a/reviews/emacs/hype.org b/reviews/emacs/hype.org
@@ -72,6 +72,11 @@ package (or a collection of packages), complete with autoloads.
Perhaps this feature will help me journey toward the promised land of
modular init files.
** Programming
+*** eglot
+**** ~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=.
*** lua-mode
Imported from [[https://immerrr.github.io/lua-mode/][the historical thirdparty mode]]; an alternative to the
built-in lua-ts-mode.