summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLev Lamberov <dogsleg@debian.org>2018-06-02 20:13:50 -0300
committerDavid Bremner <bremner@debian.org>2018-06-02 20:13:50 -0300
commitcc9d02da9cd189c28e981a4829c786a742c4dec5 (patch)
tree1dfee7e16d7fbabe2ca4fd8172628eec47761dc9
parent6ad07b1f7edf83051931b34d25eee9857131119f (diff)
Remove badge icons and screenshots from README file
This patch removes badges icons and screenshots from README file. These icons are intended rather for developers and are loaded from several external web sites. Gbp-Pq: Name 0001-clear-README.diff
-rw-r--r--README.md25
1 files changed, 1 insertions, 24 deletions
diff --git a/README.md b/README.md
index 4d63dbe..6ab6012 100644
--- a/README.md
+++ b/README.md
@@ -1,4 +1,4 @@
-# anzu.el [![melpa badge][melpa-badge]][melpa-link] [![melpa stable badge][melpa-stable-badge]][melpa-stable-link]
+# anzu.el
## Introduction
@@ -7,11 +7,6 @@
information in the mode-line in various search modes.
-## Screenshot
-
-![anzu.gif](image/anzu.gif)
-
-
## Requirements
- Emacs 24 or higher
@@ -61,9 +56,6 @@ Add following S-exp in your configuration if you want to use anzu's replace comm
(global-set-key [remap query-replace-regexp] 'anzu-query-replace-regexp)
```
-[anzu-replace-demo](image/anzu-replace-demo.gif)
-
-
##### `anzu-query-replace-at-cursor`
Same as `anzu-query-replace` except *from-string* is symbol at cursor
@@ -79,9 +71,6 @@ Same as `anzu-query-replace-at-cursor-thing` except not query.
This command is useful in refactoring such as changing variable name
in the function.
-![anzu-replace-demo](image/anzu-replace-demo-noquery.gif)
-
-
##### `anzu-isearch-query-replace`
Anzu version of `isearch-query-replace`
@@ -136,11 +125,6 @@ For example, show search information tail of `minor-mode-alist`
'(:eval (anzu--update-mode-line)))
```
-##### Screenshot
-
-![anzu-any-position](image/anzu-any-position.png)
-
-
##### `anzu-mode-lighter`
Mode name in `mode-line`. Default is ` Anzu`.
@@ -167,8 +151,6 @@ Threshold of searched words. If there are searched word more than this value,
`anzu.el` stops to search and display total number like `1000+`(as default).
If this value is `nil`, `anzu.el` counts all words.
-![anzu-threshold](image/anzu-threshold.png)
-
##### `anzu-replace-threshold`(Default is `nil`)
Threshold of replacement overlay. If this value is `nil`,
@@ -214,8 +196,3 @@ Separator of `to` string.
(define-key isearch-mode-map [remap isearch-query-replace] #'anzu-isearch-query-replace)
(define-key isearch-mode-map [remap isearch-query-replace-regexp] #'anzu-isearch-query-replace-regexp)
```
-
-[melpa-link]: https://melpa.org/#/anzu
-[melpa-stable-link]: https://stable.melpa.org/#/anzu
-[melpa-badge]: https://melpa.org/packages/anzu-badge.svg
-[melpa-stable-badge]: https://stable.melpa.org/packages/anzu-badge.svg