guix-commits
[Top][All Lists]
Advanced

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

02/02: gnu: Add emacs-monroe.


From: Ludovic Courtès
Subject: 02/02: gnu: Add emacs-monroe.
Date: Sun, 26 Mar 2017 10:25:29 -0400 (EDT)

civodul pushed a commit to branch master
in repository guix.

commit a1eba1bec17fe5e20cd653926bad51b74a2e0c1d
Author: Vasile Dumitrascu <address@hidden>
Date:   Sat Mar 25 02:31:00 2017 +0000

    gnu: Add emacs-monroe.
    
    * gnu/packages/emacs.scm (emacs-monroe): New variable.
    
    Signed-off-by: Ludovic Courtès <address@hidden>
---
 gnu/packages/emacs.scm | 20 ++++++++++++++++++++
 1 file changed, 20 insertions(+)

diff --git a/gnu/packages/emacs.scm b/gnu/packages/emacs.scm
index 7ed8334..4fe2ffa 100644
--- a/gnu/packages/emacs.scm
+++ b/gnu/packages/emacs.scm
@@ -3423,6 +3423,26 @@ go to the second most recent edit, etc.  Negative 
argument, @kbd{C-u -}, is
 used for reverse direction.")
     (license license:gpl2+)))
 
+(define-public emacs-monroe
+  (package
+    (name "emacs-monroe")
+    (version "20170220.540")
+    (source
+      (origin
+        (method url-fetch)
+        (uri (string-append "http://melpa.org/packages/monroe-";
+                            version ".el"))
+        (sha256
+          (base32
+            "06p0qdhg4arwij1qpiiiwsd0m1bbl1qwd20ij2bmhryrvrcpswq3"))))
+    (build-system emacs-build-system)
+    (home-page "http://www.github.com/sanel/monroe";)
+    (synopsis "Clojure nREPL client for Emacs")
+    (description
+      "Monroe is a nREPL client for Emacs, focused on simplicity and easy
+distribution, primarily targeting Clojure users")
+    (license license:gpl3+)))
+
 (define-public emacs-writegood-mode
   (package
     (name "emacs-writegood-mode")



reply via email to

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