1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35
|
From: Lev Lamberov <dogsleg@debian.org>
Subject: 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.
--- a/README.md
+++ b/README.md
@@ -1,7 +1,4 @@
# elisp-refs
-[](https://travis-ci.org/Wilfred/elisp-refs)
-[](https://coveralls.io/github/Wilfred/elisp-refs?branch=master)
-[](http://melpa.org/#/elisp-refs)
elisp-refs is an intelligent code search for Emacs lisp.
@@ -9,8 +6,6 @@ It can find references to functions, mac
dumb text search, elisp-refs actually parses the code, so it's never
confused by comments or variables with the same name as functions.
-
-
This is particularly useful for finding all the places a function is
used, or finding examples of usage.
@@ -39,8 +34,6 @@ directories. For example:
will search for uses of `pcase` in magit:
-
-
## Semantic analysis
elisp-refs has *street smarts*: given `(defun foo (bar) (baz))`, it
|