all messages for Guix-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
* bug#26794: Add emacs-evil-surround
@ 2017-05-06  5:47 Arun Isaac
  2017-05-06 13:48 ` Ludovic Courtès
  0 siblings, 1 reply; 3+ messages in thread
From: Arun Isaac @ 2017-05-06  5:47 UTC (permalink / raw)
  To: 26794

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


Please find attached a patch adding emacs-evil-surround.


[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #2: 0001-gnu-Add-emacs-evil-surround.patch --]
[-- Type: text/x-patch, Size: 1564 bytes --]

From 3d19ee3def7bb2e64751ed1dfcf53316351575c1 Mon Sep 17 00:00:00 2001
From: Arun Isaac <arunisaac@systemreboot.net>
Date: Sat, 6 May 2017 11:14:53 +0530
Subject: [PATCH] gnu: Add emacs-evil-surround.

* gnu/packages/emacs.scm (emacs-evil-surround): 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 fac04e2c9..05f288c55 100644
--- a/gnu/packages/emacs.scm
+++ b/gnu/packages/emacs.scm
@@ -4580,3 +4580,26 @@ with gnuplot.")
 functions which allows users to transpose windows arrangement in currently
 selected frame.")
     (license license:bsd-2)))
+
+(define-public emacs-evil-surround
+  (package
+    (name "emacs-evil-surround")
+    (version "1.0.0")
+    (source
+     (origin
+       (method url-fetch)
+       (uri (string-append
+             "https://github.com/timcharper/evil-surround/archive/v"
+             version ".tar.gz"))
+       (file-name (string-append name "-" version ".tar.gz"))
+       (sha256
+        (base32
+         "0p572jgic3q1ia1nz37kclir729ay6i2f4sa7wnaapyxly2lwb3r"))))
+    (build-system emacs-build-system)
+    (propagated-inputs
+     `(("emacs-evil" ,emacs-evil)))
+    (home-page "https://github.com/timcharper/evil-surround")
+    (synopsis "Easily modify surrounding parantheses and quotes")
+    (description "@code{emacs-evil-surround} allows easy deletion, change and
+addition of surrounding pairs, such as parantheses and quotes, in evil mode.")
+    (license license:gpl3+)))
-- 
2.12.2


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

* bug#26794: Add emacs-evil-surround
  2017-05-06  5:47 bug#26794: Add emacs-evil-surround Arun Isaac
@ 2017-05-06 13:48 ` Ludovic Courtès
  2017-05-06 17:17   ` Arun Isaac
  0 siblings, 1 reply; 3+ messages in thread
From: Ludovic Courtès @ 2017-05-06 13:48 UTC (permalink / raw)
  To: Arun Isaac; +Cc: 26794

Arun Isaac <arunisaac@systemreboot.net> skribis:

> Please find attached a patch adding emacs-evil-surround.
>
> From 3d19ee3def7bb2e64751ed1dfcf53316351575c1 Mon Sep 17 00:00:00 2001
> From: Arun Isaac <arunisaac@systemreboot.net>
> Date: Sat, 6 May 2017 11:14:53 +0530
> Subject: [PATCH] gnu: Add emacs-evil-surround.
>
> * gnu/packages/emacs.scm (emacs-evil-surround): New variable.

LGTM, thanks!

Ludo'.

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

* bug#26794: Add emacs-evil-surround
  2017-05-06 13:48 ` Ludovic Courtès
@ 2017-05-06 17:17   ` Arun Isaac
  0 siblings, 0 replies; 3+ messages in thread
From: Arun Isaac @ 2017-05-06 17:17 UTC (permalink / raw)
  To: 26794-done


Pushed!

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

end of thread, other threads:[~2017-05-06 17:18 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2017-05-06  5:47 bug#26794: Add emacs-evil-surround Arun Isaac
2017-05-06 13:48 ` Ludovic Courtès
2017-05-06 17:17   ` Arun Isaac

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.