summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSean Whitton <spwhitton@spwhitton.name>2019-08-26 12:57:58 -0300
committerDavid Bremner <bremner@debian.org>2019-08-26 12:57:58 -0300
commit30b8a11bd247add53f6e9050f9be6ac0e424f4ae (patch)
tree850e3e2e9bc7013414cc8b1e47b47d1766fb6375
parent278712dc17f522624cb07621cb45c80fc02039ae (diff)
Patch README for Debian
Forwarded: not-needed Forwarded: not-needed Gbp-Pq: Name patch-readme-for-Debian.patch
-rw-r--r--README.md24
1 files changed, 5 insertions, 19 deletions
diff --git a/README.md b/README.md
index 0fcf3bb..dc90db8 100644
--- a/README.md
+++ b/README.md
@@ -1,10 +1,7 @@
-[![License GPL 3][badge-license]](http://www.gnu.org/licenses/gpl-3.0.txt)
-[![MELPA](http://melpa.org/packages/persp-projectile-badge.svg)](http://melpa.org/#/persp-projectile)
-[![MELPA Stable](http://stable.melpa.org/packages/persp-projectile-badge.svg)](http://stable.melpa.org/#/persp-projectile)
-[![Gratipay Team](https://img.shields.io/gratipay/team/projectile.svg?maxAge=2592000)](https://gratipay.com/projectile/)
-
## persp-projectile
+Donate to help this project: https://gratipay.com/projectile/
+
[Perspective](https://github.com/nex3/perspective-el) is a minor mode
that provides the ability to manage different workspaces. If you need
to open many projects at the same time, perspective can help you keep
@@ -24,20 +21,9 @@ When I switch to a different project, I get a clean 'perspective'.
![Persp-Projectile Screenshot 2](screenshots/persp-projectile2.png)
-To integrate perspective with Projectile, first of all, you need to
-install perspective. You can install it by:
-
-```
-M-x package-install
-```
-
-Then type `perspective` in the minibuffer, as below:
-
-```
-Install package: perspective
-```
-
-Secondly, make sure `persp-projectile.el` is in your Emacs load path. Then require it in your init file.
+To integrate perspective with Projectile, make sure
+`persp-projectile.el` is in your Emacs load path. Then require it in
+your init file.
```el
(persp-mode)