aggressive-indent-mode 1.9.0-3 source package in Ubuntu

Changelog

aggressive-indent-mode (1.9.0-3) unstable; urgency=medium

  * Team upload
  [ David Krauser ]
  * Update maintainer email address

  [ Dhavan Vaidya ]
  * d/control: Change Vcs-{Browser,Git} URL to salsa.debian.org

  [ David Bremner ]
  * Rebuild with dh-elpa 2.x
  * Remove debian/lintian-overrides as it was causing a lintian error.

 -- David Bremner <email address hidden>  Fri, 25 Dec 2020 17:00:54 -0400

Upload details

Uploaded by:
Debian Emacsen team
Uploaded to:
Sid
Original maintainer:
Debian Emacsen team
Architectures:
all
Section:
misc
Urgency:
Medium Urgency

See full publishing history Publishing

Series Pocket Published Component Section
Oracular release universe misc
Noble release universe misc
Mantic release universe misc
Lunar release universe misc
Jammy release universe misc

Builds

Hirsute: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
aggressive-indent-mode_1.9.0-3.dsc 2.2 KiB a9a412acadc2aa0511d46198c75b3d3d3225cf6120cda9287088cabeefb28589
aggressive-indent-mode_1.9.0.orig.tar.xz 502.9 KiB ea4b52e6a60241da9f914f5a1d9c9fa78008230a7454c5c54fcc744c20a542d8
aggressive-indent-mode_1.9.0-3.debian.tar.xz 3.7 KiB 43313205e3015675b43d0426c7d26b3e90c80a38e599e90fbb403f0cb4b292cb

Available diffs

No changes file available.

Binary packages built by this source

elpa-aggressive-indent: 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.