[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[elpa] externals/isearch-mb 3551153 3/3: Add ELPA badge and bump version
From: |
ELPA Syncer |
Subject: |
[elpa] externals/isearch-mb 3551153 3/3: Add ELPA badge and bump version |
Date: |
Sun, 6 Jun 2021 05:57:16 -0400 (EDT) |
branch: externals/isearch-mb
commit 355115356a05c1643e8a13c2c95be9743d08a0c8
Author: Augusto Stoffel <arstoffel@gmail.com>
Commit: Augusto Stoffel <arstoffel@gmail.com>
Add ELPA badge and bump version
---
README.md | 7 ++++---
isearch-mb.el | 2 +-
2 files changed, 5 insertions(+), 4 deletions(-)
diff --git a/README.md b/README.md
index eff0fa4..2f697ef 100644
--- a/README.md
+++ b/README.md
@@ -1,6 +1,8 @@
isearch-mb
==========
+<a href="http://elpa.gnu.org/packages/isearch-mb.html"><img alt="GNU ELPA"
src="https://elpa.gnu.org/packages/isearch-mb.svg"/></a>
+
This Emacs package provides an alternative isearch UI based on the
minibuffer. This allows editing the search string in arbitrary ways
without any special maneuver; unlike standard isearch, cursor motion
@@ -10,8 +12,7 @@ simplified.
isearch-mb is part of [GNU ELPA] and can be installed with `M-x
package-install RET isearch-mb RET`. To activate it, type `M-x
-isearch-mb-mode`.
-
+isearch-mb-mode RET`.
Keybindings
-----------
@@ -39,7 +40,7 @@ uncontroversial improvements of the defaults:
``` elisp
(setq-default
- ;; Match count next to minibuffer prompt
+ ;; Match count next to the minibuffer prompt
isearch-lazy-count t
;; Don't be stingy with history; default is to keep just 16 entries
search-ring-max 200
diff --git a/isearch-mb.el b/isearch-mb.el
index d5f8b61..c8c95c3 100644
--- a/isearch-mb.el
+++ b/isearch-mb.el
@@ -6,7 +6,7 @@
;; URL: https://github.com/astoff/isearch-mb
;; Keywords: matching
;; Package-Requires: ((emacs "27.1"))
-;; Version: 0.2
+;; Version: 0.3
;; This program is free software; you can redistribute it and/or modify
;; it under the terms of the GNU General Public License as published by