From 4ae21c286a5db121b0af02a4cd7f3d7177989a80 Mon Sep 17 00:00:00 2001 From: Akhil Wali Date: Mon, 15 Jun 2020 19:21:50 +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 a996d28..f293503 100644 --- a/which-key.el +++ b/which-key.el @@ -776,6 +776,7 @@ problems at github.") (message "DEBUG: Advice called") (if (not (which-key--popup-showing-p)) (apply orig-fn args) + (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.