branch: master
commit e7aaafbdbc870388043c391dc8dc52a62dd1c1e2
Author: Oleh Krehel <[email protected]>
Commit: Oleh Krehel <[email protected]>
hydra.el (hydra-pink-fallback): Allow prefix arguments
* hydra.el (hydra-pink-fallback): Update.
Fixes #93
---
hydra.el | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/hydra.el b/hydra.el
index 60e1e65..2c06c66 100644
--- a/hydra.el
+++ b/hydra.el
@@ -623,7 +623,7 @@ OTHER-POST is an optional extension to the :post key of
BODY."
(defun hydra-pink-fallback ()
"On intercepting a non-head, try to run it."
- (let ((keys (this-command-keys))
+ (let ((keys (this-single-command-keys))
kb)
(when (equal keys [backspace])
(setq keys ""))