guix-commits
[Top][All Lists]
Advanced

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

71/88: gnu: Add emacs-interactive-align.


From: Oleg Pykhalov
Subject: 71/88: gnu: Add emacs-interactive-align.
Date: Wed, 2 May 2018 13:21:17 -0400 (EDT)

wigust pushed a commit to branch master
in repository guix.

commit b268bf18bec4e47c59ad64bc9ce393d6a94794a7
Author: Oleg Pykhalov <address@hidden>
Date:   Wed May 2 19:12:07 2018 +0300

    gnu: Add emacs-interactive-align.
    
    * gnu/packages/emacs.scm (emacs-interactive-align): New public variable.
---
 gnu/packages/emacs.scm | 19 +++++++++++++++++++
 1 file changed, 19 insertions(+)

diff --git a/gnu/packages/emacs.scm b/gnu/packages/emacs.scm
index 47a29a4..25975e9 100644
--- a/gnu/packages/emacs.scm
+++ b/gnu/packages/emacs.scm
@@ -9835,3 +9835,22 @@ compilation/grep buffers.  Works with @code{wgrep}, 
@code{ack}, @code{ag},
       (synopsis "Display firefox bookmarks with Emacs Helm interface")
       (description "Display firefox bookmarks with Emacs Helm interface")
       (license license:gpl3+))))
+
+(define-public emacs-interactive-align
+  (package
+    (name "emacs-interactive-align")
+    (version "0.1.0")
+    (source
+     (origin
+       (method url-fetch)
+       (uri (string-append "https://github.com/mkcms/interactive-align/";
+                           "archive/" "v" version ".tar.gz"))
+       (file-name (string-append name "-" version ".tar.gz"))
+       (sha256
+        (base32
+         "0sibpgb4lp6yy3pziak8f3hz4b28yj0dqy2nzh51z3d0b63h528m"))))
+    (build-system emacs-build-system)
+    (home-page "https://github.com/mkcms/interactive-align/";)
+    (synopsis "Interactive align-regexp command in Emacs")
+    (description "Interactive align-regexp command in Emacs")
+    (license license:gpl3+)))



reply via email to

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