tweak(eldoc): make echo appear faster

This commit is contained in:
Kiana Sheibani 2025-04-03 06:19:26 -04:00
parent 8a74b84b35
commit 9d740dfc58
Signed by: toki
GPG key ID: 6CB106C25E86A9F7

View file

@ -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