delight.el enables you to easily customise how major and minor modes appear in the ModeLine. See https://www.emacswiki.org/emacs/DelightedModes for more information.
Questions tagged [delight]
2 questions
3
votes
2 answers
Delighting narrow-to-region possible?
I want to delight narrow-to-region. When I call org-toggle-narrow-to-subtree it calls org-narrow-to-subtree which calls narrow-to-region. When this is called the modeline shows "Narrow". Is there a way to delight that? I would like to replace that…

Jens Lange
- 463
- 2
- 13
0
votes
1 answer
How to :delight major mode strings when using powerline with use-package?
I am unable to :delight major mode strings (in the mode-line) from use-package because I am intializing powerline with use-package itself.
My guess is that the :delight'ing part occurs at the wrong time and mode-line-format is set without the…

Mathieu Marques
- 1,953
- 1
- 13
- 30