From 217819d4bb80efec12b06cb6b55c97dbda244fcb Mon Sep 17 00:00:00 2001 From: Lucien Cartier-Tilet Date: Wed, 9 Jun 2021 17:36:04 +0200 Subject: [PATCH] =?UTF-8?q?[Emacs]=20Remove=20eldoc-box,=20it=E2=80=99s=20?= =?UTF-8?q?annoying?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- org/config/emacs.org | 9 --------- 1 file changed, 9 deletions(-) diff --git a/org/config/emacs.org b/org/config/emacs.org index 0d49e57..c551ca6 100644 --- a/org/config/emacs.org +++ b/org/config/emacs.org @@ -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 - Let’s also declare some Elisp-dedicated keybindings, prefixed by a comma. #+begin_src emacs-lisp