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