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

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

[nongnu] elpa/anzu e39deb4aec 011/288: Add comment section


From: ELPA Syncer
Subject: [nongnu] elpa/anzu e39deb4aec 011/288: Add comment section
Date: Thu, 6 Jan 2022 03:58:34 -0500 (EST)

branch: elpa/anzu
commit e39deb4aecc7c5843459ceb1323884ffb38518df
Author: Syohei YOSHIDA <syohex@gmail.com>
Commit: Syohei YOSHIDA <syohex@gmail.com>

    Add comment section
---
 anzu.el | 11 +++++++++++
 1 file changed, 11 insertions(+)

diff --git a/anzu.el b/anzu.el
index 54f691eb80..3ba212522b 100644
--- a/anzu.el
+++ b/anzu.el
@@ -21,6 +21,17 @@
 
 ;;; Commentary:
 
+;; `anzu.el' is Port of `anzu.vim'.
+;;
+;; `anzu.el' provides minor-mode which display 'current-posion/total matches'
+;; to mode-line in various search modes. You can understand that how many
+;; does your searched word match in current buffer.
+
+;; To use this package, add following code to your init.el or .emacs
+;;   (require 'anzu)
+;;   (global-anzu-mode t)
+;;
+
 ;;; Code:
 
 (eval-when-compile



reply via email to

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