From ebcc4e6d5ab997e6f79b2374b269c40ecf92ccff Mon Sep 17 00:00:00 2001 From: Akhil Wali Date: Fri, 29 May 2020 22:58:55 +1200 Subject: [PATCH] Stop timer to prevent which-key--hide-popup call --- which-key.el | 1 + 1 file changed, 1 insertion(+) diff --git a/which-key.el b/which-key.el index 1d4d86c..d872852 100644 --- a/which-key.el +++ b/which-key.el @@ -793,6 +793,7 @@ Reads a key event and invokes `which-key-C-h-dispatch' if the key entered is (if (eq key-event help-char) (progn (setq which-key--god-mode-skip-key-prompt t) + (which-key--stop-timer) (which-key-C-h-dispatch) ;; Discard last prefix input. `discard-input' cannot be used ;; here as it ends any macro being defined.