aggressive-indent-mode 1.5-1 source package in Ubuntu

Changelog

aggressive-indent-mode (1.5-1) unstable; urgency=medium

  * New upstream release.
  * Update patch to README.md.
  * Improve package description.
  * Override Lintian pedantic warnings with justifications.
  * Bump standards version to 3.9.7 (no changes required).

 -- Sean Whitton <email address hidden>  Wed, 02 Mar 2016 07:55:20 -0700

Upload details

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

See full publishing history Publishing

Series Pocket Published Component Section

Builds

Xenial: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
aggressive-indent-mode_1.5-1.dsc 2.1 KiB 1a0861bc99bb245b8d14ad09914f52c521fdb175fe31aa05d7a1a05d7dc39a8e
aggressive-indent-mode_1.5.orig.tar.xz 502.1 KiB 2bf3de5e1ab77793abd0ea1558af6c5b3c1aeacd579a9b9811b51826f9d4df5c
aggressive-indent-mode_1.5-1.debian.tar.xz 3.0 KiB f2afa6accafbd7d4ca28afa240e2b4729805b4210429ba52cb0052265b93e866

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.