guix-commits
[Top][All Lists]
Advanced

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

66/88: gnu: Add emacs-visual-regexp.


From: Oleg Pykhalov
Subject: 66/88: gnu: Add emacs-visual-regexp.
Date: Wed, 2 May 2018 13:21:16 -0400 (EDT)

wigust pushed a commit to branch master
in repository guix.

commit 2f9e1378b60448e455108c03296664820c5e4562
Author: Oleg Pykhalov <address@hidden>
Date:   Wed May 2 19:10:11 2018 +0300

    gnu: Add emacs-visual-regexp.
    
    * gnu/packages/emacs.scm (emacs-visual-regexp): New public variable.
---
 gnu/packages/emacs.scm | 20 ++++++++++++++++++++
 1 file changed, 20 insertions(+)

diff --git a/gnu/packages/emacs.scm b/gnu/packages/emacs.scm
index 0945bf5..843b97d 100644
--- a/gnu/packages/emacs.scm
+++ b/gnu/packages/emacs.scm
@@ -9709,3 +9709,23 @@ interactive behavior should be different.")
       (description "This package provides commands for increasing or
 decreasing the default font size in all GUI Emacs frames.")
       (license license:gpl3+))))
+
+(define-public emacs-visual-regexp
+  (package
+    (name "emacs-visual-regexp")
+    (version "1.1.1")
+    (source
+     (origin
+       (method url-fetch)
+       (uri (string-append "https://github.com/benma/visual-regexp.el/archive/";
+                           "v" version ".tar.gz"))
+       (file-name (string-append name "-" version ".tar.gz"))
+       (sha256
+        (base32
+         "1czmhvcivlcdyz7rfm0vd4a3xsgmy4qbvbl6yjxc217wrxqflr92"))))
+    (build-system emacs-build-system)
+    (home-page "https://github.com/benma/visual-regexp.el/";)
+    (synopsis "Regexp command with interactive visual feedback")
+    (description "This package provides an Emacs regexp command with
+interactive visual feedback.")
+    (license license:gpl3+)))



reply via email to

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