pinwheel: Remove eglot-booster from emacs

As it was outdated and failed UTF-8 encoding
This commit is contained in:
Alexander Heldt
2026-04-14 09:29:46 +02:00
parent d19dcae3b2
commit ce6d9715a9
2 changed files with 0 additions and 16 deletions

View File

@@ -588,9 +588,6 @@ Setup prefix for keybindings.
)
)
(use-package eglot-booster
:after eglot
:config (eglot-booster-mode))
#+END_SRC
** Go
#+BEGIN_SRC emacs-lisp