summaryrefslogtreecommitdiff
path: root/patches/0001-patch-README-for-Debian-package.patch
diff options
context:
space:
mode:
Diffstat (limited to 'patches/0001-patch-README-for-Debian-package.patch')
-rw-r--r--patches/0001-patch-README-for-Debian-package.patch54
1 files changed, 54 insertions, 0 deletions
diff --git a/patches/0001-patch-README-for-Debian-package.patch b/patches/0001-patch-README-for-Debian-package.patch
new file mode 100644
index 0000000..cc1856a
--- /dev/null
+++ b/patches/0001-patch-README-for-Debian-package.patch
@@ -0,0 +1,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>