diff --git a/hosts/pinwheel/modules/emacs/config.org b/hosts/pinwheel/modules/emacs/config.org index c984a73..47c3c01 100644 --- a/hosts/pinwheel/modules/emacs/config.org +++ b/hosts/pinwheel/modules/emacs/config.org @@ -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