GNU ELPA - aggressive-indent

aggressive-indent

Description
Minor mode to aggressively keep your code always indented
Latest
aggressive-indent-1.10.0.tar, 2021-Jul-08, 600 KiB
Maintainer
Artur Malabarba <emacs@endlessparentheses.com>
Home page
https://github.com/Malabarba/aggressive-indent-mode
Browse ELPA's repository
CGit or Gitweb
Badge

To install this package, run in Emacs:

M-x package-install RET aggressive-indent RET

Full description

`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)

You can use this hook on any mode you want, `aggressive-indent' is not
exclusive to emacs-lisp code.  In fact, if you want to turn it on for
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' and require it with

    (require 'aggressive-indent)

Old versions

aggressive-indent-1.8.3.el.lz2016-Oct-125.70 KiB
aggressive-indent-1.8.1.el.lz2016-May-195.48 KiB
aggressive-indent-1.7.el.lz2016-May-025.50 KiB
aggressive-indent-1.6.el.lz2016-Apr-175.36 KiB
aggressive-indent-1.5.3.el.lz2016-Apr-055.34 KiB
aggressive-indent-1.5.1.el.lz2016-Apr-025.18 KiB
aggressive-indent-1.5.el.lz2016-Feb-105.17 KiB
aggressive-indent-1.4.el.lz2015-Oct-145.22 KiB
aggressive-indent-1.2.el.lz2015-Sep-025.19 KiB
aggressive-indent-1.1.3.el.lz2015-Aug-205.14 KiB
aggressive-indent-1.1.2.el.lz2015-Aug-075.04 KiB
aggressive-indent-1.1.el.lz2015-Jun-194.93 KiB
aggressive-indent-1.0.2.el.lz2015-May-074.72 KiB
aggressive-indent-1.0.1.el.lz2015-Apr-024.63 KiB
aggressive-indent-1.0.el.lz2015-Mar-294.60 KiB