From 1521fcb13ee8f72d3aa35f3fef7c4c7f1264e2df Mon Sep 17 00:00:00 2001 From: Laurens Miers Date: Fri, 27 Sep 2024 15:58:24 +0200 Subject: [PATCH] ADD jsonrpc section This is a built-in package which we are updating for eglot. --- config.org | 12 ++++++++++++ 1 file changed, 12 insertions(+) diff --git a/config.org b/config.org index 99d95d8..b7dbd21 100644 --- a/config.org +++ b/config.org @@ -91,6 +91,18 @@ https://github.com/progfolio/elpaca/issues/236 (global-eldoc-mode)) #+END_SRC + +** Jsonrpc +After eldoc was taken care of, a new error was reported: +#+BEGIN_SRC +eglot failed jsonrpc installed version (1 0 16) lower than min required 1.0.24 00.280828 +#+END_SRC + +So let's install the latest one: +#+BEGIN_SRC emacs-lisp +(use-package jsonrpc) +#+END_SRC + ** Wait for loading updated packages Wait until updated built-in packages are fully loaded: