guix-commits
[Top][All Lists]
Advanced

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

69/88: gnu: Add emacs-grep-context.


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

wigust pushed a commit to branch master
in repository guix.

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

    gnu: Add emacs-grep-context.
    
    * gnu/packages/emacs.scm (emacs-grep-context): New public variable.
---
 gnu/packages/emacs.scm | 26 ++++++++++++++++++++++++++
 1 file changed, 26 insertions(+)

diff --git a/gnu/packages/emacs.scm b/gnu/packages/emacs.scm
index 860eb5f..909943f 100644
--- a/gnu/packages/emacs.scm
+++ b/gnu/packages/emacs.scm
@@ -9786,3 +9786,29 @@ perform regression test for packages that provide 
font-lock rules.")
 @item Thorough font-lock and indent.
 @end itemize\n")
       (license license:gpl3+))))
+
+(define-public emacs-grep-context
+  (let ((commit "a17c57e66687a54e195e08afe776bdd60cb6c0a7"))
+    (package
+      (name "emacs-grep-context")
+      (version (git-version "0.1" "1" commit))
+      (source
+       (origin
+         (method git-fetch)
+         (uri (git-reference
+               (url "https://github.com/mkcms/grep-context.git";)
+               (commit commit)))
+         (file-name (string-append name "-" version "-checkout"))
+         (sha256
+          (base32
+           "1nqfa6kjzjshww4hnwg1c0vcr90bdjihy3kmixq3c3jkvxg99b62"))))
+      (build-system emacs-build-system)
+      (propagated-inputs
+       `(("emacs-dash" ,emacs-dash)))
+      (home-page "https://github.com/nashamri/academic-phrases";)
+      (synopsis "Increase context in compilation and grep buffers")
+      (description
+       "This package provides an Emacs package for more context in
+compilation/grep buffers.  Works with @code{wgrep}, @code{ack}, @code{ag},
address@hidden")
+      (license license:gpl3+))))



reply via email to

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