diff --git a/hosts/pinwheel/modules/emacs/config.org b/hosts/pinwheel/modules/emacs/config.org index cd66464..dcd0e58 100644 --- a/hosts/pinwheel/modules/emacs/config.org +++ b/hosts/pinwheel/modules/emacs/config.org @@ -448,6 +448,13 @@ Setup prefix for keybindings. ) ) #+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