commit d3b618e18611a731d0d37afdca072e60bb5b9fa9
parent 4ef9aa5c5bd17b611c34cd76f1402a90bdace8fc
Author: Alex Balgavy <alex@balgavy.eu>
Date: Thu, 12 May 2022 22:05:04 +0200
emacs: install eglot
I don't always need it, but when I do, I'll be happy to have it.
Diffstat:
1 file changed, 7 insertions(+), 0 deletions(-)
diff --git a/emacs/config.org b/emacs/config.org
@@ -1152,6 +1152,13 @@ Custom reports:
#+begin_src emacs-lisp
(use-package ess)
#+end_src
+** eglot
+A good LSP plugin.
+
+#+begin_src emacs-lisp
+ (use-package eglot)
+#+end_src
+
* Interface
** Start debugger on error
#+begin_src emacs-lisp