Do not hide eldoc on backspace

This commit is contained in:
contrapunctus 2022-02-23 08:09:05 +05:30
parent 32d7a5eafd
commit 2a929c87c7
1 changed files with 3 additions and 1 deletions

View File

@ -4566,7 +4566,9 @@ and eval it."
:diminish
:if (featurep 'elisp-mode)
:init (add-hook 'emacs-lisp-mode-hook 'eldoc-mode)
:config (setq eldoc-idle-delay 0))
:config (setq eldoc-idle-delay 0
eldoc-message-commands
(vconcat eldoc-message-commands [sp-backward-delete-char])))
#+END_SRC
*** emr - emacs refactor