summaryrefslogtreecommitdiff
path: root/patches/0001-patch-README-for-Debian-package.patch
blob: cc1856a255bb5101aa4ceb30f5a82bd8e10787d3 (plain)
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
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
From: Sean Whitton <spwhitton@spwhitton.name>
Date: Sat, 13 Feb 2016 12:20:49 -0700
Subject: patch README for Debian package

---
 README.md | 20 +++-----------------
 1 file changed, 3 insertions(+), 17 deletions(-)

diff --git a/README.md b/README.md
index 68e07ad..78acd95 100644
--- a/README.md
+++ b/README.md
@@ -1,4 +1,4 @@
-aggressive-indent-mode [![Melpa](http://melpa.org/packages/aggressive-indent-badge.svg)](http://melpa.org/#/aggressive-indent) [![Melpa-Stable](http://stable.melpa.org/packages/aggressive-indent-badge.svg)](http://stable.melpa.org/#/aggressive-indent)
+aggressive-indent-mode
 ======================
 
 `electric-indent-mode` is enough to keep your code nicely aligned when
@@ -20,11 +20,7 @@ than `electric-indent-mode`.
 
 ### Instructions ###
 
-This package is available fom Melpa, you may install it by calling
-
-    M-x package-install RET aggressive-indent
-
-Then activate it with
+Activate this package with
 
     (add-hook 'emacs-lisp-mode-hook #'aggressive-indent-mode)
     (add-hook 'css-mode-hook #'aggressive-indent-mode)
@@ -36,16 +32,6 @@ every programming mode, you can do something like:
     (global-aggressive-indent-mode 1)
     (add-to-list 'aggressive-indent-excluded-modes 'html-mode)
 
-#### Manual Installation ####
-
-If you don't want to install from Melpa, you can download it manually,
-place it in your `load-path` along with its dependency `cl-lib` (which
-you should already have if your `emacs-version` is at least 24.3).
-
-Then require it with:
-
-    (require 'aggressive-indent)
-
 ### Customization ###
 
 The variable `aggressive-indent-dont-indent-if` lets you customize
@@ -62,4 +48,4 @@ following clause:
 
 ## Contribute ##
 
-[![Gratipay](https://cdn.rawgit.com/gratipay/gratipay-badge/2.1.3/dist/gratipay.png)](https://gratipay.com/Malabarba) 
+Make a donation to the package author: <https://gratipay.com/Malabarba>