Joseph LaFreniere writes: > Patch file is attached. Similar to the first patch in this series, `guix > lint` reports "the source file name should contain the package name". Yes, because emacs-major-mode-hydra inherits emacs-pretty-hydra. Does emacs-major-mode-hydra is useful without emacs-pretty-hydra and vice versa? I guess not, in that case we could just have emacs-pretty-hydra containing '*.el' for both. […] > diff --git a/gnu/packages/emacs-xyz.scm b/gnu/packages/emacs-xyz.scm > index 147c6b476b..649f856a83 100644 > --- a/gnu/packages/emacs-xyz.scm > +++ b/gnu/packages/emacs-xyz.scm > @@ -677,6 +677,20 @@ mode-specific key bindings. It is intended for use as a library only; see > package @code{emacs-major-mode-hydra} for a user-friendly interface.") > (license license:gpl3+))) > > +(define-public emacs-major-mode-hydra > + (package > + ... > + (arguments > + `(#:include '("^major-mode-hydra\\.el$"))) > + (synopsis "Create nice-looking hydras") Could you extend the synopsis little bit? ;-) Thanks, Oleg.