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: Ludovic Courtès
Subject: bug#31004: [PATCH] gnu: Add emacs-anzu
Date: Sat, 31 Mar 2018 19:23:03 +0200
User-agent: Gnus/5.13 (Gnus v5.13) Emacs/25.3 (gnu/linux)

Hello,

Sohom Bhattacharjee <address@hidden> skribis:

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

Applied with the cosmetic changes below.

Thank you!

Ludo’.

diff --git a/gnu/packages/emacs.scm b/gnu/packages/emacs.scm
index 07e195654..ce9b1a66a 100644
--- a/gnu/packages/emacs.scm
+++ b/gnu/packages/emacs.scm
@@ -32,6 +32,7 @@
 ;;; Copyright © 2017 Tobias Geerinckx-Rice <address@hidden>
 ;;; Copyright © 2017 Mike Gerwitz <address@hidden>
 ;;; Copyright © 2017, 2018 Maxim Cournoyer <address@hidden>
+;;; Copyright © 2018 Sohom Bhattacharjee <address@hidden>
 ;;;
 ;;; This file is part of GNU Guix.
 ;;;
@@ -7419,18 +7420,19 @@ directories of plain text notes, inspired by Notational 
Velocity.")
   (package
     (name "emacs-anzu")
     (version "0.62")
-    (source 
+    (source
      (origin
        (method url-fetch)
        (uri (string-append "http://stable.melpa.org/packages/anzu-";
                            version ".el"))
-      (sha256
+       (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")
+     "Anzu provides a minor mode which displays \"current match/total
+matches\" in the mode line in various search modes.  This is an Emacs port of
+Anzu.zim.")
     (license license:gpl3+)))

reply via email to

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