emacs-elpa-diffs
[Top][All Lists]
Advanced

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

[elpa] externals/ack 0b5fe2a54f 1/2: Add GNU ELPA badge to README.rst


From: ELPA Syncer
Subject: [elpa] externals/ack 0b5fe2a54f 1/2: Add GNU ELPA badge to README.rst
Date: Sat, 24 Sep 2022 04:57:18 -0400 (EDT)

branch: externals/ack
commit 0b5fe2a54fcccd92191a7a16b7a8b662a3ba0b28
Author: Stefan Kangas <stefankangas@gmail.com>
Commit: Stefan Kangas <stefankangas@gmail.com>

    Add GNU ELPA badge to README.rst
---
 README.rst | 10 +++++++---
 1 file changed, 7 insertions(+), 3 deletions(-)

diff --git a/README.rst b/README.rst
index d73d57ec09..dd8be09ea4 100644
--- a/README.rst
+++ b/README.rst
@@ -1,7 +1,11 @@
 ==============================================================
  The Simple Emacs Interface to `Ack <http://beyondgrep.com>`_-like Tools
 ==============================================================
- 
+
+.. image:: https://elpa.gnu.org/packages/ack.svg
+   :target: https://elpa.gnu.org/packages/ack.html
+   :alt: GNU ELPA package
+
 This package integrates `ack <http://beyondgrep.com>`_ with `Emacs
 <http://www.gnu.org/software/emacs>`_.  The resulting ``*ack*`` buffer
 is just like vanilla ``*grep*`` but results come from your tool of
@@ -71,8 +75,8 @@ from a project root. Then it will try to insert the symbol at 
point.
   (add-hook 'ack-minibuffer-setup-hook 'ack-skel-vc-grep t)
   (add-hook 'ack-minibuffer-setup-hook 'ack-yank-symbol-at-point t)
 
-Emacs23
--------
+Emacs 23
+--------
 
 Check out the `emacs23
 <https://github.com/leoliu/ack-el/tree/emacs23>`_ branch.



reply via email to

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