Hi @tarsius,
Thanks for the great package!
I am failing to change the face of the major mode name (mode-name) inserted inside the minions-mode-line-modes object. A propertize affecting minions-mode-line-modes does not do the job, since mode-line is already under a propertize, and they cannot be nested. So I end up with something similar to what was found in #32, but without using any mode-line modification package.
Would if be possible to add and expose a custom face for the major mode name, or, alternatively, an option to remove it from the minions-mode-line-modes so that its face can be changed separately? I may be able to write a PR for the 2nd case, though my elisp is not very good at all and it would need some review.
Hi @tarsius,
Thanks for the great package!
I am failing to change the face of the major mode name (
mode-name) inserted inside theminions-mode-line-modesobject. Apropertizeaffectingminions-mode-line-modesdoes not do the job, sincemode-lineis already under apropertize, and they cannot be nested. So I end up with something similar to what was found in #32, but without using any mode-line modification package.Would if be possible to add and expose a custom face for the major mode name, or, alternatively, an option to remove it from the
minions-mode-line-modesso that its face can be changed separately? I may be able to write a PR for the 2nd case, though my elisp is not very good at all and it would need some review.