guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

02/02: gnu: Add emacs-major-mode-hydra.


From: guix-commits
Subject: 02/02: gnu: Add emacs-major-mode-hydra.
Date: Sat, 21 Nov 2020 04:11:47 -0500 (EST)

cbaines pushed a commit to branch master
in repository guix.

commit 90eb5dd6b5989eeb5350c785036c53469496e394
Author: Joseph LaFreniere <joseph@lafreniere.xyz>
AuthorDate: Wed Mar 18 20:59:09 2020 -0500

    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>
---
 gnu/packages/emacs-xyz.scm | 14 ++++++++++++++
 1 file changed, 14 insertions(+)

diff --git a/gnu/packages/emacs-xyz.scm b/gnu/packages/emacs-xyz.scm
index 603ac72..bab1236 100644
--- a/gnu/packages/emacs-xyz.scm
+++ b/gnu/packages/emacs-xyz.scm
@@ -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.")
     (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
   (package
     (name "emacs-ivy")



reply via email to

[Prev in Thread] Current Thread [Next in Thread]