gnu: Add emacs-monroe.
* gnu/packages/emacs.scm (emacs-monroe): New variable. Signed-off-by: Ludovic Courtès <ludo@gnu.org>
This commit is contained in:
parent
7f7b38af9e
commit
a1eba1bec1
|
@ -3423,6 +3423,26 @@ go to the second most recent edit, etc. Negative argument, @kbd{C-u -}, is
|
||||||
used for reverse direction.")
|
used for reverse direction.")
|
||||||
(license license:gpl2+)))
|
(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
|
(define-public emacs-writegood-mode
|
||||||
(package
|
(package
|
||||||
(name "emacs-writegood-mode")
|
(name "emacs-writegood-mode")
|
||||||
|
|
Loading…
Reference in New Issue