12 lines
426 B
EmacsLisp
12 lines
426 B
EmacsLisp
;; -*- no-byte-compile: t; lexical-binding: nil -*-
|
|
(define-package "hydra" "20250316.1254"
|
|
"Make bindings that stick around."
|
|
'((cl-lib "0.5")
|
|
(lv "0"))
|
|
:url "https://github.com/abo-abo/hydra"
|
|
:commit "59a2a45a35027948476d1d7751b0f0215b1e61aa"
|
|
:revdesc "59a2a45a3502"
|
|
:keywords '("bindings")
|
|
:authors '(("Oleh Krehel" . "ohwoeowho@gmail.com"))
|
|
:maintainers '(("Oleh Krehel" . "ohwoeowho@gmail.com")))
|