summaryrefslogtreecommitdiff
path: root/lisp/km-hydra.el
diff options
context:
space:
mode:
authorKyle Meyer <kyle@kyleam.com>2016-02-12 22:08:55 -0500
committerKyle Meyer <kyle@kyleam.com>2016-02-12 22:08:55 -0500
commitc80a55d831f8e20fa07278b3faf73c63cab7de3b (patch)
treef5cd9c0935886a96a56abdf583e8c36752a29343 /lisp/km-hydra.el
parent3fc61fd62833b9d352c6b16875eb570a32110e0d (diff)
downloademacs.d-c80a55d831f8e20fa07278b3faf73c63cab7de3b.tar.gz
Add helm-execute-kmacro to kmacro hyrda
Diffstat (limited to 'lisp/km-hydra.el')
-rw-r--r--lisp/km-hydra.el7
1 files changed, 4 insertions, 3 deletions
diff --git a/lisp/km-hydra.el b/lisp/km-hydra.el
index 94e47cc..b97e2f8 100644
--- a/lisp/km-hydra.el
+++ b/lisp/km-hydra.el
@@ -161,9 +161,9 @@ _y_ Unmark _u_ Unmark
"
^^Defining ^^Applying
_?_ Query _c_ Call
-_b_ Bind to key _o_ Call 2nd in ring
-_e_ Edit _r_ Apply to region lines
-_E_ Step edit
+_b_ Bind to key _h_ Execute with Helm
+_e_ Edit _o_ Call 2nd in ring
+_E_ Step edit _r_ Apply to region lines
_N_ Name last
_l_ Use recent strokes
_s_ Start defining
@@ -186,6 +186,7 @@ _v_ View
("o" kmacro-call-ring-2nd-repeat)
("e" kmacro-edit-macro)
("E" kmacro-step-edit-macro)
+ ("h" helm-execute-kmacro)
("n" kmacro-cycle-ring-next :exit nil)
("p" kmacro-cycle-ring-previous :exit nil)
("t" kmacro-swap-ring)