summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSean Whitton <spwhitton@spwhitton.name>2016-02-13 12:20:49 -0700
committerSean Whitton <spwhitton@spwhitton.name>2017-10-22 11:43:44 -0700
commit63b580722cfeb461f5270832505254b980f4f663 (patch)
treea482a1101d14fd304b1983c985ae11a4897b5522
parent6553cc2063704fac794b8274b97cd4c9c8146216 (diff)
patch README for Debian package
-rw-r--r--README.md20
1 files changed, 3 insertions, 17 deletions
diff --git a/README.md b/README.md
index 3c0cb48..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 from 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>