ADD jsonrpc section
This is a built-in package which we are updating for eglot.
This commit is contained in:
parent
21fbc47a8f
commit
1521fcb13e
1 changed files with 12 additions and 0 deletions
12
config.org
12
config.org
|
|
@ -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:
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue