emacs: increase the eldoc-idle-delay

This commit is contained in:
Protesilaos Stavrou 2025-10-13 06:56:20 +03:00
parent 94cc5f190f
commit 6bad8a36e0
No known key found for this signature in database
GPG key ID: 99BD6459CD5CA3EA
2 changed files with 2 additions and 0 deletions

View file

@ -59,6 +59,7 @@
:ensure nil
:hook (prog-mode . eldoc-mode)
:config
(setq eldoc-idle-delay 1.2)
(setq eldoc-message-function #'message)) ; don't use mode line for M-x eval-expression, etc.
;;;; Eglot (built-in client for the language server protocol)

View file

@ -8706,6 +8706,7 @@ need to arrange how to use this feature.
:ensure nil
:hook (prog-mode . eldoc-mode)
:config
(setq eldoc-idle-delay 1.2)
(setq eldoc-message-function #'message)) ; don't use mode line for M-x eval-expression, etc.
#+end_src