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 27 28 29 30 31 32 33 34 35
|
Source: rich-minority
Section: lisp
Priority: optional
Maintainer: Debian Emacsen team <debian-emacsen@lists.debian.org>
Uploaders: Nicholas D Steeves <nsteeves@gmail.com>
Build-Depends: debhelper-compat (= 11)
, dh-elpa
Standards-Version: 4.3.0
Vcs-Browser: https://salsa.debian.org/emacsen-team/rich-minority
Vcs-Git: https://salsa.debian.org/emacsen-team/rich-minority.git
Homepage: https://github.com/Malabarba/rich-minority
Package: elpa-rich-minority
Architecture: all
Depends: ${elpa:Depends}
, ${misc:Depends}
Recommends: emacs (>= 46.0)
Enhances: emacs
, emacs25
Description: 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.
|