a b c d e f g h i j k l m n o p q r s t u v w x y z
Description: Emacs minor mode that reindents code after every change
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.
Description: Emacs minor mode that reindents code after every change.
Very useful for writing LISP.
--- 239903 Thu Jan 1 00:00:00 1970
+++ 237572 Thu Jan 1 00:00:00 1970
@@ -1,9 +1,2 @@
-Emacs minor mode that reindents code after every change
+Emacs minor mode that reindents code after every change.
- electric-indent-mode is enough to keep your code nicely aligned when
+ Very useful for writing LISP.
- 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.