summaryrefslogtreecommitdiff
path: root/lisp/km-hydra.el
diff options
context:
space:
mode:
authorKyle Meyer <kyle@kyleam.com>2020-10-12 21:48:59 -0400
committerKyle Meyer <kyle@kyleam.com>2020-12-12 02:07:58 -0500
commit149da2b62045fde28cc712d11d04f611b0163896 (patch)
treee2793870b700a6fcfd00abe4df210372cfff32dd /lisp/km-hydra.el
parent65fb8ac42e98e8ddbc974ef5426362205daa899f (diff)
downloademacs.d-149da2b62045fde28cc712d11d04f611b0163896.tar.gz
Switch to ivy
I've tried it for a few months and quite happy with it.
Diffstat (limited to 'lisp/km-hydra.el')
-rw-r--r--lisp/km-hydra.el7
1 files changed, 3 insertions, 4 deletions
diff --git a/lisp/km-hydra.el b/lisp/km-hydra.el
index 22c4eb8..fcd0716 100644
--- a/lisp/km-hydra.el
+++ b/lisp/km-hydra.el
@@ -162,9 +162,9 @@ _y_ Unmark _u_ Unmark
"
^^Defining ^^Applying
_?_ Query _c_ Call
-_b_ Bind to key _h_ Execute with Helm
-_e_ Edit _o_ Call 2nd in ring
-_E_ Step edit _r_ Apply to region lines
+_b_ Bind to key _o_ Call 2nd in ring
+_e_ Edit _r_ Apply to region lines
+_E_ Step edit
_N_ Name last
_l_ Use recent strokes
_s_ Start defining
@@ -187,7 +187,6 @@ _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)