[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[GNU ELPA] Aggressive-Indent version 1.10.0
From: |
ELPA update |
Subject: |
[GNU ELPA] Aggressive-Indent version 1.10.0 |
Date: |
Sun, 31 Mar 2024 05:03:48 -0400 |
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 🙁]
[Prev in Thread] |
Current Thread |
[Next in Thread] |
- [GNU ELPA] Aggressive-Indent version 1.10.0,
ELPA update <=