Ricardo Wurmus <rek...@elephly.net> writes: > * gnu/packages/emacs.scm (emacs-hydra): New variable. […] > + (description > + "This package can be used to tie related commands into a family of short > +bindings with a common prefix---a Hydra. Once you summon the Hydra (through > +the prefixed binding), all the heads can be called in succession with only a > +short extension. Any binding that isn't the Hydra's head vanquishes the > +Hydra. Note that Hercules, besides vanquishing the Hydra, will still serve > +his orignal purpose, calling his proper command. This makes the Hydra very > +seamless, it's like a minor mode that disables itself automatically.") > + (license license:gpl3+)))
I’ve changed the description a little. The metaphor was a little too thick. ~~ Ricardo