summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLev Lamberov <dogsleg@debian.org>2019-08-25 14:24:59 -0300
committerDavid Bremner <bremner@debian.org>2019-08-25 14:24:59 -0300
commit4e69743fb8601c696d72effd609f6cede4eb0a1e (patch)
treecf07450b68ea39a2589a042b97bb6075644b634d
parent0f82505b928062d871cbd13a1a007dbae0398545 (diff)
Remove badge icons and screenshots from README fileHEADarchive/debian/0.62-4master
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