help-gnu-emacs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: use-package


From: Phillip Lord
Subject: Re: use-package
Date: Tue, 10 May 2016 11:18:21 +0200
User-agent: Gnus/5.13 (Gnus v5.13) Emacs/25.0.93 (gnu/linux)

Kaushal Modi <kaushal.modi@gmail.com> writes:

> I also have a same opinion as Drew. Hiding minor mode lighters is very
> subjective. You might find a particular mode lighter as useless but someone
> else might be wanting that. So I would also leave it up to the users on
> which lighters they want to hide.

The question is, though, which is the most sensible default.



> So I have this ( http://i.imgur.com/bHmMU1N.png ) using rich-minority.
>
> (use-package rich-minority
>   :config
>   (progn
>     (setq rm-blacklist
>           '(" WK"        ; which-key
>             " hc"        ; hardcore mode

=== SNIP LOTS ===

>             " ivy"       ; ivy
>             " h"         ; hungry-delete-mode
>             ))
>     (setq rm-text-properties '(("\\` Ovwrt\\'" 'face
> 'font-lock-warning-face))) ; default
>     (add-to-list 'rm-text-properties '("\\` Abbrev\\'" 'display "​@")) ;
> Abbrev

=== SNIP LOTS ===

>           (add-to-list 'rm-text-properties '("\\` Hi\\'"   'display
> "​H")))))))


Which kind of illustrates my point, I think. Most of your work is
switching things off!

I think we can do a better job of the defaults, by simply moving to "no
lighter by default".

Phil



reply via email to

[Prev in Thread] Current Thread [Next in Thread]