unofficial mirror of guix-patches@gnu.org 
 help / color / mirror / code / Atom feed
* [bug#29514] [PATCH] gnu: Add emacs-evil-matchit.
@ 2017-12-01  1:29 Mike Gerwitz
  2017-12-01 10:04 ` bug#29514: " Ludovic Courtès
  0 siblings, 1 reply; 2+ messages in thread
From: Mike Gerwitz @ 2017-12-01  1:29 UTC (permalink / raw)
  To: 29514


[-- Attachment #1.1.1: 0001-gnu-Add-emacs-evil-matchit.patch --]
[-- Type: text/x-diff, Size: 1792 bytes --]

From 1786492fc43f29bcb44ecfa8bfdeb106b96f94c2 Mon Sep 17 00:00:00 2001
From: Mike Gerwitz <mtg@gnu.org>
Date: Wed, 29 Nov 2017 22:42:36 -0500
Subject: [PATCH] gnu: Add emacs-evil-matchit.

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

diff --git a/gnu/packages/emacs.scm b/gnu/packages/emacs.scm
index 78728a5b9..c15a50f05 100644
--- a/gnu/packages/emacs.scm
+++ b/gnu/packages/emacs.scm
@@ -30,6 +30,7 @@
 ;;; Copyright © 2017 Mekeor Melire <mekeor.melire@gmail.com>
 ;;; Copyright © 2017 Peter Mikkelsen <petermikkelsen10@gmail.com>
 ;;; Copyright © 2017 Tobias Geerinckx-Rice <me@tobias.gr>
+;;; Copyright © 2017 Mike Gerwitz <mtg@gnu.org>
 ;;;
 ;;; This file is part of GNU Guix.
 ;;;
@@ -6358,3 +6359,25 @@ Feautures:
 @item Quickly change frame and font sizes.
 @end itemize\n")
     (license license:expat)))
+
+(define-public emacs-evil-matchit
+  (package
+    (name "emacs-evil-matchit")
+    (version "2.2.5")
+    (source
+     (origin
+       (method url-fetch)
+       (uri (string-append
+             "https://github.com/redguardtoo/evil-matchit/archive/"
+             version ".tar.gz"))
+       (file-name (string-append name "-" version ".tar.gz"))
+       (sha256
+        (base32
+         "1hm0k53m7d8zv2pk4p93k5mmilsv1mz7y2z6dqf7r6f0zmncs31a"))))
+    (build-system emacs-build-system)
+    (home-page "https://github.com/redguardtoo/evil-matchit")
+    (synopsis "Vim matchit ported into Emacs")
+    (description
+     "@code{evil-matchit} is a minor mode for jumping between maching tags in
+evil mode using @kbd{%}.  It is a port of @code{matchit} for Vim.")
+    (license license:gpl3+)))
-- 
2.15.0


[-- Attachment #1.1.2: signature.asc --]
[-- Type: application/pgp-signature, Size: 818 bytes --]

[-- Attachment #1.2: Type: text/plain, Size: 163 bytes --]


-- 
Mike Gerwitz
Free Software Hacker+Activist | GNU Maintainer & Volunteer
GPG: D6E9 B930 028A 6C38 F43B  2388 FEF6 3574 5E6F 6D05
https://mikegerwitz.com

[-- Attachment #2: signature.asc --]
[-- Type: application/pgp-signature, Size: 818 bytes --]

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

* bug#29514: [PATCH] gnu: Add emacs-evil-matchit.
  2017-12-01  1:29 [bug#29514] [PATCH] gnu: Add emacs-evil-matchit Mike Gerwitz
@ 2017-12-01 10:04 ` Ludovic Courtès
  0 siblings, 0 replies; 2+ messages in thread
From: Ludovic Courtès @ 2017-12-01 10:04 UTC (permalink / raw)
  To: Mike Gerwitz; +Cc: 29514-done

Mike Gerwitz <mtg@gnu.org> skribis:

> From 1786492fc43f29bcb44ecfa8bfdeb106b96f94c2 Mon Sep 17 00:00:00 2001
> From: Mike Gerwitz <mtg@gnu.org>
> Date: Wed, 29 Nov 2017 22:42:36 -0500
> Subject: [PATCH] gnu: Add emacs-evil-matchit.
>
> * gnu/packages/emacs.scm (emacs-evil-matchit): New variable.

I fixed that typo Kyle reported and committed.

Thanks!

Ludo’.

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

end of thread, other threads:[~2017-12-01 10:05 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2017-12-01  1:29 [bug#29514] [PATCH] gnu: Add emacs-evil-matchit Mike Gerwitz
2017-12-01 10:04 ` bug#29514: " Ludovic Courtès

Code repositories for project(s) associated with this public inbox

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

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).