From 2a929c87c7b712f8ea410a7a28696066b842ee10 Mon Sep 17 00:00:00 2001 From: contrapunctus Date: Wed, 23 Feb 2022 08:09:05 +0530 Subject: [PATCH] Do not hide eldoc on backspace --- init.org | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/init.org b/init.org index d5ef6a7..58fa282 100644 --- a/init.org +++ b/init.org @@ -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