Skip to content

Commit

Permalink
Stop timer to prevent which-key--hide-popup call
Browse files Browse the repository at this point in the history
  • Loading branch information
darth10 committed May 29, 2020
1 parent 007f253 commit ebcc4e6
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions which-key.el
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down

0 comments on commit ebcc4e6

Please sign in to comment.