abo-abo / hydra

make Emacs bindings that stick around
1.85k stars 112 forks source link

Emacs 24.3.1: Calling heads with prefix argument leaves amaranth in unquittable state #98

Closed jhonnyseven closed 9 years ago

jhonnyseven commented 9 years ago

Tested with -nw and gtk+ versions with commit 640af46e49682b3ec21dc3183a25e47de555abb4.

(defhydra hydra-a (:color amaranth)
  "a"
  ("j" next-line)
  ("i" undo)
  ("q" nil "exit" :exit t))
jhonnyseven commented 9 years ago

Whoa, that was fast! Thanks :)