From d48e472f9c842170f2065cbe9914087b13b87993 Mon Sep 17 00:00:00 2001 From: Marcel Kapfer Date: Mon, 10 Feb 2025 17:30:24 +0100 Subject: [PATCH] =?UTF-8?q?=F0=9F=94=A7=20(eldoc)=20Diminish=20eldoc-box?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- config.org | 1 + 1 file changed, 1 insertion(+) diff --git a/config.org b/config.org index f009fac..dc2e5b3 100644 --- a/config.org +++ b/config.org @@ -1934,6 +1934,7 @@ Source: [[https://github.com/casouri/eldoc-box][GitHub:casouri/eldoc-box]] #+begin_src emacs-lisp (use-package eldoc-box + :diminish 'eldoc-box-hover-at-point-mode :after eglot :hook ((eglot-managed-mode . eldoc-box-hover-at-point-mode))) #+end_src