1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19
|
From: Lev Lamberov <dogsleg@debian.org>
Subject: Remove badge icons from README file
This patch removes badges icons. These icons are intended rather for
developers and are loaded from several external web sites.
--- a/README.md
+++ b/README.md
@@ -1,10 +1,5 @@
# `use-package`
-[](https://gitter.im/use-package/Lobby?utm_source=badge&utm_medium=badge&utm_campaign=pr-badge&utm_content=badge)
-[](https://travis-ci.org/jwiegley/use-package)
-[](http://melpa.milkbox.net/#/use-package)
-[](https://stable.melpa.org/#/use-package)
-
The `use-package` macro allows you to isolate package configuration in your
`.emacs` file in a way that is both performance-oriented and, well, tidy. I
created it because I have over 80 packages that I use in Emacs, and things
|