[Emacs] Remove eldoc-box, it’s annoying

This commit is contained in:
Lucien Cartier-Tilet 2021-06-09 17:36:04 +02:00
parent 3b95999636
commit 217819d4bb
Signed by: phundrak
GPG Key ID: BD7789E705CB8DCA
1 changed files with 0 additions and 9 deletions

View File

@ -2687,15 +2687,6 @@ in the echo area at the bottom of the frame. Quite useful indeed.
'company-abort))
#+end_src
~eldoc-box~ takes ~eldoc~ a step further by displaying said information in
a child frame.
#+begin_src emacs-lisp
(use-package eldoc-box
:straight (:build t)
:hook (emacs-lisp-mode . eldoc-box-hover-at-point-mode)
:after eldoc)
#+end_src
Lets also declare some Elisp-dedicated keybindings, prefixed by a
comma.
#+begin_src emacs-lisp