rich-minority 1.0.3-3 source package in Ubuntu

Changelog

rich-minority (1.0.3-3) unstable; urgency=medium

  * Update my email address.
  * Drop version qualifier for Recommends: emacs, because even oldoldstable
    (stretch) has a new enough version.
  * Declare Standards-Version: 4.6.2 (no changes required).

 -- Nicholas D Steeves <email address hidden>  Sat, 18 Feb 2023 21:58:35 -0500

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

Builds

Lunar: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
rich-minority_1.0.3-3.dsc 1.9 KiB f56a079f9d8c8ec56ea5d84cfd68131ba49fd71f888c663ea0ba6fb6c4c3264a
rich-minority_1.0.3.orig.tar.xz 14.9 KiB 85ac6e4407e1200aee3c0a78adbf47815a4f62f8cf867e53457ba9642b9c5228
rich-minority_1.0.3-3.debian.tar.xz 2.4 KiB 1fc7a195df399eb717cb53b27110a5fd6ab164fdada59195f107a9fca774af53

Available diffs

No changes file available.

Binary packages built by this source

elpa-rich-minority: clean-up and beautify the list of minor-modes in Emacs' mode-line

 Rich-minority-mode is used for hiding and/or highlighting the list of
 minor-modes in the mode-line. It is a more full-featured alternative
 to diminish.el, and supports configuration using lists and regular
 expressions by customising these three variables:
 .
 rm-blacklist: List of minor mode names that will be hidden from the
 minor-modes list. Use this to hide only a few modes that are always
 active and don’t really contribute information.
 .
 rm-whitelist: List of minor mode names that are allowed on the
 minor-modes list. Use this to hide all but a few modes.
 .
 rm-text-properties: List text properties to apply to each minor-mode
 lighter. For instance, by default Ovwrt is highlighted with a red
 face, so you always know if you’re in overwrite-mode.