3
5
Fork 0
mirror of git://git.savannah.gnu.org/guix.git synced 2023-12-14 03:33:07 +01:00

gnu: Add emacs-major-mode-hydra.

* gnu/packages/emacs-xyz.scm (emacs-major-mode-hydra): New variable.

Signed-off-by: Christopher Baines <mail@cbaines.net>
This commit is contained in:
Joseph LaFreniere 2020-03-18 20:59:09 -05:00 committed by Christopher Baines
parent 84b00783da
commit 90eb5dd6b5
No known key found for this signature in database
GPG key ID: 5E28A33B0B84F577

View file

@ -7177,6 +7177,20 @@ package @code{emacs-major-mode-hydra} for a user-friendly interface.")
by side to an Org buffer with your notes relevant to the current page.") by side to an Org buffer with your notes relevant to the current page.")
(license license:gpl3+))) (license license:gpl3+)))
(define-public emacs-major-mode-hydra
(package
(inherit emacs-pretty-hydra)
(name "emacs-major-mode-hydra")
(propagated-inputs
`(("emacs-dash" ,emacs-dash)
("emacs-pretty-hydra" ,emacs-pretty-hydra)))
(arguments
`(#:exclude (cons "^pretty-hydra\\.el" %default-exclude)))
(synopsis "Create nice-looking hydras")
(description
"This package provides the macro @code{pretty-hydra-define} to define
hydras with one column per group of heads.")))
(define-public emacs-ivy (define-public emacs-ivy
(package (package
(name "emacs-ivy") (name "emacs-ivy")