all messages for Guix-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
* [bug#51045] [PATCH] gnu: Add emacs-mint-mode.
@ 2021-10-05 22:24 jgart via Guix-patches via
  2021-10-08 10:19 ` Nicolas Goaziou
  0 siblings, 1 reply; 3+ messages in thread
From: jgart via Guix-patches via @ 2021-10-05 22:24 UTC (permalink / raw)
  To: 51045; +Cc: jgart

* gnu/packages/emacs-xyz.scm (emacs-mint-mode): New variable.
---
 gnu/packages/emacs-xyz.scm | 23 +++++++++++++++++++++++
 1 file changed, 23 insertions(+)

diff --git a/gnu/packages/emacs-xyz.scm b/gnu/packages/emacs-xyz.scm
index 3545f2f54f..33277bf3f5 100644
--- a/gnu/packages/emacs-xyz.scm
+++ b/gnu/packages/emacs-xyz.scm
@@ -29505,6 +29505,29 @@ to the @url{https://multitran.com} online dictionary.")
 for detecting and improve non-idiomatic Clojure source code.")
     (license license:gpl3+)))
 
+(define-public emacs-mint-mode
+  (package
+    (name "emacs-mint-mode")
+    (version "1.0.2")
+    (source (origin
+              (method git-fetch)
+              (uri (git-reference
+                    (url "https://github.com/creatorrr/emacs-mint-mode")
+                    (commit (string-append "v" version))))
+              (file-name (git-file-name name version))
+              (sha256
+               (base32
+                "1v8mp1k24lzvc0mh9l4k3fwzr4sr87f5p9ahpy7263pcbvcy11vl"))))
+    (build-system emacs-build-system)
+    (arguments
+     '(#:include '("\\.el$" "\\.txt$")))
+    (home-page "https://github.com/creatorrr/emacs-mint-mode")
+    (synopsis "Major mode for mint lang")
+    (description
+"@code{emacs-mint-mode} provides syntax highlighting, basic keyword
+autocompletion, and format on save using @code{mint format}.")
+    (license license:gpl3+)))
+
 (define-public emacs-seeing-is-believing
   (let ((version "1.2.0") ; from .el file
         (commit "fbbe246c0fda87bb26227bb826eebadb418a220f")
-- 
2.33.0





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

* [bug#51045] [PATCH] gnu: Add emacs-mint-mode.
  2021-10-05 22:24 [bug#51045] [PATCH] gnu: Add emacs-mint-mode jgart via Guix-patches via
@ 2021-10-08 10:19 ` Nicolas Goaziou
  2021-10-08 11:10   ` jgart via Guix-patches via
  0 siblings, 1 reply; 3+ messages in thread
From: Nicolas Goaziou @ 2021-10-08 10:19 UTC (permalink / raw)
  To: 51045; +Cc: jgart, 51045-done

Hello,

jgart via Guix-patches via <guix-patches@gnu.org> writes:

> * gnu/packages/emacs-xyz.scm (emacs-mint-mode): New variable.

Applied. Thank you.

Regards,
-- 
Nicolas Goaziou




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

* [bug#51045] [PATCH] gnu: Add emacs-mint-mode.
  2021-10-08 10:19 ` Nicolas Goaziou
@ 2021-10-08 11:10   ` jgart via Guix-patches via
  0 siblings, 0 replies; 3+ messages in thread
From: jgart via Guix-patches via @ 2021-10-08 11:10 UTC (permalink / raw)
  To: Nicolas Goaziou; +Cc: 51045-done, 51045

On Fri, 08 Oct 2021 12:19:25 +0200 Nicolas Goaziou <mail@nicolasgoaziou.fr> wrote:
> Hello,
> 
> jgart via Guix-patches via <guix-patches@gnu.org> writes:
> 
> > * gnu/packages/emacs-xyz.scm (emacs-mint-mode): New variable.
> 
> Applied. Thank you.

Thanks!

all best,

jgart

3B1D 7F19 E36B B60C 0F5B 2CA9 A52A A2B4 77B6 DD35




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

end of thread, other threads:[~2021-10-08 11:11 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2021-10-05 22:24 [bug#51045] [PATCH] gnu: Add emacs-mint-mode jgart via Guix-patches via
2021-10-08 10:19 ` Nicolas Goaziou
2021-10-08 11:10   ` jgart via Guix-patches via

Code repositories for project(s) associated with this external index

	https://git.savannah.gnu.org/cgit/guix.git

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.