tweak(eldoc): make echo appear faster
This commit is contained in:
parent
8a74b84b35
commit
9d740dfc58
1 changed files with 3 additions and 2 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue