abo_abo pushed a change to branch master. from c7f675e Merge commit 'a4ac0dead8e9cb440c1f8aec9141d6c64bad4933' from company new 685c83b Setup git subtree add for hydra new 9b86656 Initial import new abef4bf Split away the examples new 2a367fa README.md: update doc new a179f31 Unbind hydra's body unconditionally to avoid error new 916a130 Depend on cl-lib v0.5 for `cl-mapcar' new 11323ec Allow to use minor-mode-maps and more new f55c1ff Add `hydra-is-helpful' custom var new 5318fc3 Update `hydra-create' format new dbd77f0 Don't unbind hydra's body, unless using global-set-key new 998b533 Make sure `windmove-wrap-around' is nil during tests new 6966e14 Fix the bugged `global-set-key' version new e156bf2 Require cl at compile time new 69bb4a4 Fix `kbd' interpretting "<tab>" char-by-char new b982fe5 Allow to add one head that disables the Hydra new c3ce0a9 `hydra-create' will also define `hydra-...-body' new 301b500 Don't undefine BODY's global binding when it's a prefix new 8884698 Don't undefine BODY's map binding when it's a prefix new 42538fa Add a `next-error'/`previous-error'/`first-error' example new dfe1273 Simplify and improve the generated defuns new dc0246e hydra-examples.el (hydra-example-goto-error): add doc new cfac8bd Prepare for the first version in GNU ELPA new f31d537 Add 'packages/hydra/' from commit 'cfac8bd9e73ea1e219250867b22881354fc2d56e' new 64e5b91 Avoid evaling METHOD. new ddd96d1 hydra-examples.el: add a `windmove' Hydra new 440c41c Bump version new 7b78b37 Merge commit '440c41cc3f5137d694211719abaa38c0193a08a2' from hydra
Summary of changes: packages/hydra/README.md | 77 ++++++++++++++++++++++++++++++++++++++ packages/hydra/hydra-examples.el | 7 +++ packages/hydra/hydra.el | 40 +++++++++++-------- 3 files changed, 107 insertions(+), 17 deletions(-) create mode 100644 packages/hydra/README.md