How to Install elpa-aggressive-indent in Ubuntu 18.04



Install elpa-aggressive-indent by entering the following commands in the terminal:

sudo apt update
sudo apt install elpa-aggressive-indent

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.

Homepage: https://github.com/Malabarba/aggressive-indent-mode

Version: 1.9.0-1

Section: universe/lisp