hydra-examples.el (hydra-example-goto-error): add doc

master
Oleh Krehel 11 years ago
parent dfe127346d
commit dc0246e985
  1. 6
      hydra-examples.el
  2. 2
      hydra.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.")

@ -4,7 +4,7 @@
;; Author: Oleh Krehel <ohwoeowho@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

Loading…
Cancel
Save