mirror of
https://github.com/protesilaos/dotfiles.git
synced 2026-09-10 07:16:20 -04:00
emacs: increase the eldoc-idle-delay
This commit is contained in:
parent
94cc5f190f
commit
6bad8a36e0
|
|
@ -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)
|
||||
|
|
|
|||
|
|
@ -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
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue