Skip to content
This repository has been archived by the owner on Jun 25, 2024. It is now read-only.

Commit

Permalink
* which-key.el (which-key--show-evil-operator-keymap): let not let*
Browse files Browse the repository at this point in the history
  • Loading branch information
jeremy-bryant authored and justbur committed Apr 9, 2024
1 parent 62ebafe commit 54b52f4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion which-key.el
Original file line number Diff line number Diff line change
Expand Up @@ -2671,7 +2671,7 @@ KEYMAP is selected interactively by mode in
formatted-keys
nil "evil operator/motion keys"))
(which-key--show-page)))))
(let* ((key (read-key)))
(let ((key (read-key)))
(when (member key '(?f ?F ?t ?T ?`))
;; these keys trigger commands that read the next char manually
(setq which-key--inhibit-next-operator-popup t))
Expand Down

0 comments on commit 54b52f4

Please sign in to comment.