pinwheel: Add eglot-booster to emacs

This commit is contained in:
Alexander Heldt
2024-07-01 12:24:48 +02:00
parent 75ca66c2b3
commit 1cd0e127ac
2 changed files with 18 additions and 0 deletions

View File

@@ -524,6 +524,10 @@ Setup prefix for keybindings.
(scala-mode . alex/format-on-save)
)
)
(use-package eglot-booster
:after eglot
:config (eglot-booster-mode))
#+END_SRC
** Eldoc-box
#+BEGIN_SRC emacs-lisp