pinwheel: Remove eldoc-box from emacs

This commit is contained in:
Alexander Heldt
2025-11-08 22:57:23 +01:00
parent 084387246a
commit cbc4564289

View File

@@ -555,13 +555,6 @@ Setup prefix for keybindings.
:after eglot
:config (eglot-booster-mode))
#+END_SRC
** Eldoc-box
#+BEGIN_SRC emacs-lisp
(use-package eldoc-box
:after eglot
:bind (:map eglot-mode-map
("M-h" . eldoc-box-help-at-point)))
#+END_SRC
** Go
#+BEGIN_SRC emacs-lisp
(use-package go-mode