guix-patches
[Top][All Lists]
Advanced

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

[bug#31004] [PATCH] gnu: Add emacs-anzu


From: Sohom Bhattacharjee
Subject: [bug#31004] [PATCH] gnu: Add emacs-anzu
Date: Sat, 31 Mar 2018 20:20:49 +0530
User-agent: Mutt/1.9.3 (2018-01-21)

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

diff --git a/gnu/packages/emacs.scm b/gnu/packages/emacs.scm
index ab0f9edb5..07e195654 100644
--- a/gnu/packages/emacs.scm
+++ b/gnu/packages/emacs.scm
@@ -7414,3 +7414,23 @@ the same values you get in a terminal.")
      "Deft is an Emacs mode for quickly browsing, filtering, and editing
 directories of plain text notes, inspired by Notational Velocity.")
     (license license:bsd-3)))
+
+(define-public emacs-anzu
+  (package
+    (name "emacs-anzu")
+    (version "0.62")
+    (source 
+     (origin
+       (method url-fetch)
+       (uri (string-append "http://stable.melpa.org/packages/anzu-";
+                           version ".el"))
+      (sha256
+        (base32
+         "1h3p1x2h2830n83dzvkh8p2892n34a95x7aavhi10p7vfjk406fd"))))
+    (build-system emacs-build-system)
+    (home-page "https://github.com/syohex/emacs-anzu";)
+    (synopsis "Show number of matches in mode-line while searching")
+    (description
+    "Anzu provides a minor mode which displays 'current match/total
+matches' in the mode-line in various search modes. Emacs port of Anzu.zim")
+    (license license:gpl3+)))
-- 
2.16.2






reply via email to

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