summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSean Whitton <spwhitton@spwhitton.name>2016-02-13 12:25:41 -0700
committerSean Whitton <spwhitton@spwhitton.name>2016-02-13 12:25:41 -0700
commit4ea7d2d843c7f348cd575d08a4067638bef2e53c (patch)
tree1eb3f3e31a5d6e8d00a9bc7f362facd6e4604162
parent90366f9f57681ff33a63f4896151255e4afdf22d (diff)
fix extended-description-is-probably-too-short
Use upstream's description.
-rw-r--r--debian/control9
1 files changed, 8 insertions, 1 deletions
diff --git a/debian/control b/debian/control
index d92f137..f114545 100644
--- a/debian/control
+++ b/debian/control
@@ -16,4 +16,11 @@ Built-Using: ${misc:Built-Using}
Recommends: emacs (>= 46.0)
Enhances: emacs, emacs24
Description: Emacs minor mode that reindents code after every change
- Very useful for writing LISP.
+ electric-indent-mode is enough to keep your code nicely aligned when
+ all you do is type. However, once you start shifting blocks around,
+ transposing lines, or slurping and barfing sexps, indentation is
+ bound to go wrong.
+ .
+ aggressive-indent-mode is a minor mode that keeps your code always
+ indented. It reindents after every change, making it more reliable
+ than electric-indent-mode.