From cbc45642890fd75c47b80d2d0cecdcd1379a81b3 Mon Sep 17 00:00:00 2001 From: Alexander Heldt Date: Sat, 8 Nov 2025 22:57:23 +0100 Subject: [PATCH] pinwheel: Remove `eldoc-box` from `emacs` --- hosts/pinwheel/modules/emacs/config.org | 7 ------- 1 file changed, 7 deletions(-) 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