emacs-bug-tracker
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[debbugs-tracker] bug#26794: closed (Add emacs-evil-surround)


From: GNU bug Tracking System
Subject: [debbugs-tracker] bug#26794: closed (Add emacs-evil-surround)
Date: Sat, 06 May 2017 17:18:02 +0000

Your message dated Sat, 06 May 2017 22:47:06 +0530
with message-id <address@hidden>
and subject line Re: bug#26794: Add emacs-evil-surround
has caused the debbugs.gnu.org bug report #26794,
regarding Add emacs-evil-surround
to be marked as done.

(If you believe you have received this mail in error, please contact
address@hidden)


-- 
26794: http://debbugs.gnu.org/cgi/bugreport.cgi?bug=26794
GNU Bug Tracking System
Contact address@hidden with problems
--- Begin Message --- Subject: Add emacs-evil-surround Date: Sat, 06 May 2017 11:17:23 +0530
Please find attached a patch adding emacs-evil-surround.

>From 3d19ee3def7bb2e64751ed1dfcf53316351575c1 Mon Sep 17 00:00:00 2001
From: Arun Isaac <address@hidden>
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


--- End Message ---
--- Begin Message --- Subject: Re: bug#26794: Add emacs-evil-surround Date: Sat, 06 May 2017 22:47:06 +0530
Pushed!


--- End Message ---

reply via email to

[Prev in Thread] Current Thread [Next in Thread]