Version 1.10.0 of package Aggressive-Indent has just been released in GNU ELPA. You can now find it in M-x list-packages RET.
Aggressive-Indent describes itself as: ========================================================= Minor mode to aggressively keep your code always indented ========================================================= More at https://elpa.gnu.org/packages/aggressive-indent.html ## Summary: `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'. ### Instructions ### This package is available fom Melpa, you may install it by calling M-x package-install RET aggressive-indent Then activate it with (add-hook 'emacs-lisp-mode-hook #'aggressive-indent-mode) (add-hook 'css-mode-hook #'aggressive-indent-mode) ## Recent NEWS: [Not provided 🙁]
