File: control

package info (click to toggle)
aggressive-indent-mode 1.9.0-3
  • links: PTS, VCS
  • area: main
  • in suites: bookworm, bullseye, sid, trixie
  • size: 708 kB
  • sloc: lisp: 666; makefile: 2
file content (26 lines) | stat: -rw-r--r-- 1,100 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
Source: aggressive-indent-mode
Section: lisp
Priority: optional
Maintainer: Debian Emacsen Team <debian-emacsen@lists.debian.org>
Uploaders: Sean Whitton <spwhitton@spwhitton.name>
Build-Depends: debhelper (>= 10), dh-elpa (>= 0.0.17)
Standards-Version: 4.1.1
Homepage: https://github.com/Malabarba/aggressive-indent-mode
Vcs-Browser: https://salsa.debian.org/emacsen-team/aggressive-indent-mode
Vcs-Git: https://salsa.debian.org/emacsen-team/aggressive-indent-mode.git

Package: elpa-aggressive-indent
Architecture: all
Depends: ${misc:Depends}, emacs
Built-Using: ${misc:Built-Using}
Recommends: emacs (>= 46.0)
Enhances: emacs, emacs24
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.