unofficial mirror of guix-patches@gnu.org 
 help / color / mirror / code / Atom feed
* [bug#31081] [PATCH] gnu: Add emacs-anzu-evil
@ 2018-04-06 19:20 Sohom Bhattacharjee
  2018-04-07 16:25 ` Oleg Pykhalov
  0 siblings, 1 reply; 4+ messages in thread
From: Sohom Bhattacharjee @ 2018-04-06 19:20 UTC (permalink / raw)
  To: 31081

* gnu/packages/emacs.scm (emacs-anzu-evil): New variable.
---
test

 gnu/packages/emacs.scm | 23 +++++++++++++++++++++++
 1 file changed, 23 insertions(+)

diff --git a/gnu/packages/emacs.scm b/gnu/packages/emacs.scm
index fd0b8acd0..2463d0dab 100644
--- a/gnu/packages/emacs.scm
+++ b/gnu/packages/emacs.scm
@@ -7494,3 +7494,26 @@ used with SGML-like languages: XML, HTML, XHTML, XSL, etc.")
 standard Unix password manager\").")
     (license license:gpl2+)))
 
+(define-public emacs-evil-anzu
+ (package
+  (name "emacs-evil-anzu")
+  (version "0.03")
+  (source
+   (origin
+     (method url-fetch)
+     (uri (string-append "https://github.com/syohex/emacs-evil-anzu/archive/"
+                         version ".tar.gz"))
+     (file-name (string-append name "-" version ".tar.gz"))
+     (sha256
+      (base32 "032hh2946z529cizqsg8pm6cpn5qdj8lfk3qskmx6xv3g2ra56ns"))))
+  (build-system emacs-build-system)
+  (propagated-inputs
+    `(("emacs-evil" ,emacs-evil)
+      ("emacs-anzu" ,emacs-anzu)))
+  (home-page
+    "https://github.com/syohex/emacs-evil-anzu")
+  (synopsis "anzu for evil-mode")
+  (description "Anzu provides a minor mode that displays the current match and
+total match information in the mode-line in various search modes.")
+  (license license:gpl3+)))
+
-- 
2.16.2

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

end of thread, other threads:[~2018-04-07 18:39 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2018-04-06 19:20 [bug#31081] [PATCH] gnu: Add emacs-anzu-evil Sohom Bhattacharjee
2018-04-07 16:25 ` Oleg Pykhalov
2018-04-07 18:17   ` Sohom Bhattacharjee
2018-04-07 18:38     ` Oleg Pykhalov

Code repositories for project(s) associated with this public inbox

	https://git.savannah.gnu.org/cgit/guix.git

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).