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

13 lines
329 B
EmacsLisp

(define-package "hydra" "20190326.1950" "Make bindings that stick around."
'((cl-lib "0.5"))
: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: