Nicolas Goaziou writes: >> As noted in the description, this package is not intended for >> use by >> end-users. Is there a convention for communicating that? > > I think specifying it in the description is the correct way. Noted. >> + (propagated-inputs >> + `(("emacs-hydra" ,emacs-hydra) >> + ("emacs-s" ,emacs-s) >> + ("emacs-dash" ,emacs-dash))) > > Could you re-order them alphabetically? Done. >> + (arguments >> + `(#:phases >> + (modify-phases %standard-phases >> + (add-before 'add-source-to-load-path >> 'remove-pretty-hydra >> + (lambda* (#:key outputs #:allow-other-keys) >> + ;; major-mode-hydra is packaged separately. >> + (delete-file "major-mode-hydra.el") >> + #t))))) > > You can use #:exclude keyword from the Emacs build system > instead. Thanks for the tip! > Could you send an updated patch? Patch file is attached. -- Joseph LaFreniere