branch: master commit dc0246e98510716af61e4e8f3ca69f53d29ee305 Author: Oleh Krehel <ohwoeo...@gmail.com> Commit: Oleh Krehel <ohwoeo...@gmail.com>
hydra-examples.el (hydra-example-goto-error): add doc --- hydra-examples.el | 6 +++--- hydra.el | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/hydra-examples.el b/hydra-examples.el index fa63601..98f3310 100644 --- a/hydra-examples.el +++ b/hydra-examples.el @@ -74,9 +74,9 @@ Works best if you have not more than 4 windows.") (defvar hydra-example-goto-error - '(("h" first-error) - ("j" next-error) - ("k" previous-error)) + '(("h" first-error "first") + ("j" next-error "next") + ("k" previous-error "prev")) "A three-headed hydra for jumping between \"errors\". Useful for e.g. `occur', `rgrep' and the like.") diff --git a/hydra.el b/hydra.el index 067b629..49e78e9 100644 --- a/hydra.el +++ b/hydra.el @@ -4,7 +4,7 @@ ;; Author: Oleh Krehel <ohwoeo...@gmail.com> ;; URL: https://github.com/abo-abo/hydra -;; Version: 0.2.0 +;; Version: 0.2.3 ;; Package-Requires: ((cl-lib "0.5")) ;; Keywords: bindings