1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16
|
From: Lev Lamberov <dogsleg@debian.org>
Subject: Remove badges from README file
This patch removes badges from README file. These are
loaded from external resource.
--- a/README.md
+++ b/README.md
@@ -1,7 +1,3 @@
-[](http://melpa.org/#/ibuffer-projectile)
-[](http://stable.melpa.org/#/ibuffer-projectile)
-<a href="https://www.patreon.com/sanityinc"><img alt="Support me" src="https://img.shields.io/badge/Support%20Me-%F0%9F%92%97-ff69b4.svg"></a>
-
# ibuffer-projectile: Group buffers in ibuffer list by projectile project #
Emacs' `ibuffer-mode` is a wonderful replacement for the built-in
|