unofficial mirror of guile-devel@gnu.org 
 help / color / mirror / Atom feed
* [PATCH] gnu: Add emacs-clojure-mode
@ 2016-05-18 13:56 Catonano
  2016-05-18 15:04 ` Nala Ginrut
  0 siblings, 1 reply; 3+ messages in thread
From: Catonano @ 2016-05-18 13:56 UTC (permalink / raw)
  To: guile-devel


[-- Attachment #1.1: Type: text/plain, Size: 1 bytes --]



[-- Attachment #1.2: Type: text/html, Size: 26 bytes --]

[-- Attachment #2: 0001-gnu-Add-emacs-clojure-mode.patch --]
[-- Type: text/x-patch, Size: 1893 bytes --]

From 6dc8470baf3493a93da3e3358136e5c9860d4e3a Mon Sep 17 00:00:00 2001
From: humanitiesNerd <catonano@gmail.com>
Date: Wed, 18 May 2016 15:41:47 +0200
Subject: gnu: Add emacs-clojure-mode

* gnu/packages/emacs.scm (emacs-clojure-mode): New variable
---
diff --git a/gnu/packages/emacs.scm b/gnu/packages/emacs.scm
index 32ed722..fb07bc7 100644
--- a/gnu/packages/emacs.scm
+++ b/gnu/packages/emacs.scm
@@ -1612,3 +1612,41 @@ It is built on top of the custom theme support in Emacs 24 or later.")
     (license license:gpl3+)))
 
 
+(define-public emacs-clojure-mode
+  (package
+    (name "emacs-clojure-mode")
+    (version "5.3.0")
+    (source
+     (origin
+       (method git-fetch)
+       (uri (git-reference
+             (url "https://github.com/clojure-emacs/clojure-mode.git")
+             (commit "8ef7127da214cb7fd4b47fc943462f2a8bfb8f85")))
+       (file-name (string-append name "-" version "-checkout"))
+       (sha256
+        (base32
+          "1x7nl5wzcah9hnlj5jfd3y5604w60zcqcw1nn6vw335c2vzzissj"))))
+    (build-system emacs-build-system)
+    (home-page "http://github.com/clojure-emacs/clojure-mode")
+    (synopsis "Major mode for Clojure code")
+    (description
+     "Provides font-lock, indentation, navigation and basic refactoring for the
+Clojure programming language (http://clojure.org).
+
+Using clojure-mode with paredit or smartparens is highly recommended.
+
+Here are some example configurations:
+
+  ;; require or autoload paredit-mode
+  (add-hook 'clojure-mode-hook #'paredit-mode)
+
+  ;; require or autoload smartparens
+  (add-hook 'clojure-mode-hook #'smartparens-strict-mode)
+
+See inf-clojure (http://github.com/clojure-emacs/inf-clojure) for
+basic interaction with Clojure subprocesses.
+
+See CIDER (http://github.com/clojure-emacs/cider) for
+better interaction with subprocesses via nREPL.
+")
+    (license license:gpl3+)))
-- 
2.5.5


^ permalink raw reply related	[flat|nested] 3+ messages in thread

* Re: [PATCH] gnu: Add emacs-clojure-mode
  2016-05-18 13:56 [PATCH] gnu: Add emacs-clojure-mode Catonano
@ 2016-05-18 15:04 ` Nala Ginrut
  2016-05-18 15:07   ` Catonano
  0 siblings, 1 reply; 3+ messages in thread
From: Nala Ginrut @ 2016-05-18 15:04 UTC (permalink / raw)
  To: Catonano, guile-devel

This patch seems for Guix?

On Wed, 2016-05-18 at 15:56 +0200, Catonano wrote:
> 




^ permalink raw reply	[flat|nested] 3+ messages in thread

* Re: [PATCH] gnu: Add emacs-clojure-mode
  2016-05-18 15:04 ` Nala Ginrut
@ 2016-05-18 15:07   ` Catonano
  0 siblings, 0 replies; 3+ messages in thread
From: Catonano @ 2016-05-18 15:07 UTC (permalink / raw)
  To: Nala Ginrut; +Cc: guile-devel

[-- Attachment #1: Type: text/plain, Size: 137 bytes --]

2016-05-18 17:04 GMT+02:00 Nala Ginrut <nalaginrut@gmail.com>:

> This patch seems for Guix?
>

Yes, sorry, I mistyped the address again

[-- Attachment #2: Type: text/html, Size: 461 bytes --]

^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2016-05-18 15:07 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2016-05-18 13:56 [PATCH] gnu: Add emacs-clojure-mode Catonano
2016-05-18 15:04 ` Nala Ginrut
2016-05-18 15:07   ` Catonano

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).