ADD jsonrpc section

This is a built-in package which we are updating for eglot.
This commit is contained in:
Laurens Miers 2024-09-27 15:58:24 +02:00
parent 21fbc47a8f
commit 1521fcb13e

View file

@ -91,6 +91,18 @@ https://github.com/progfolio/elpaca/issues/236
(global-eldoc-mode)) (global-eldoc-mode))
#+END_SRC #+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 for loading updated packages
Wait until updated built-in packages are fully loaded: Wait until updated built-in packages are fully loaded: