From 9d740dfc58eb7d2e6c0ecfeb81dbc769679eae9f Mon Sep 17 00:00:00 2001 From: Kiana Sheibani Date: Thu, 3 Apr 2025 06:19:26 -0400 Subject: [PATCH] tweak(eldoc): make echo appear faster --- config.org | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/config.org b/config.org index ef1cdbc..a51f4e1 100644 --- a/config.org +++ b/config.org @@ -1592,11 +1592,12 @@ Corfu's posframe buffer shouldn't be numbered by =winum=: #+call: confpkg("Pkg: eldoc") -We'll switch the default docstring handler to ~eldoc-documentation-compose~, since that provides the most information and I don't mind the space it takes up. +We'll switch the default docstring handler to ~eldoc-documentation-compose~, since that provides the most information and I don't mind the space it takes up. We'll also make docs appear a bit faster. #+begin_src emacs-lisp (after! eldoc - (setq eldoc-documentation-strategy 'eldoc-documentation-compose)) + (setq eldoc-documentation-strategy 'eldoc-documentation-compose + eldoc-idle-delay 0.3)) #+end_src ** Embark