.emacs.d/elpa/hydra-0.15.0/hydra-pkg.el

14 lines
335 B
EmacsLisp
Raw Normal View History

2019-12-21 18:52:50 +01:00
(define-package "hydra" "0.15.0" "Make bindings that stick around."
2019-12-20 16:43:57 +01:00
'((cl-lib "0.5")
(lv "0"))
:keywords
'("bindings")
:authors
'(("Oleh Krehel" . "ohwoeowho@gmail.com"))
:maintainer
'("Oleh Krehel" . "ohwoeowho@gmail.com")
:url "https://github.com/abo-abo/hydra")
;; Local Variables:
;; no-byte-compile: t
;; End: