Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/cdlm/vitamined-mode-line

My attempt at a clear Emacs mode line
https://github.com/cdlm/vitamined-mode-line

Last synced: 4 days ago
JSON representation

My attempt at a clear Emacs mode line

Awesome Lists containing this project

README

        

# vitamined mode line

…is my attempt at a clear Emacs mode line. The layout/behavior is hardcoded;
I started from a couple [blog](http://amitp.blogspot.fr/2011/08/emacs-custom-mode-line.html)
[posts](http://www.lunaryorn.com/2014/07/26/make-your-emacs-mode-line-more-useful.html) on the topic.

As for the appearance, it defines specific faces that are set in my `init.el`, using colors from
[a variant of the Solarized theme](https://github.com/purcell/color-theme-sanityinc-solarized).

## Screenshots

With view mode / read only indicator:
![screenshot readonly](https://raw.githubusercontent.com/cdlm/vitamined-mode-line/master/vitamined-readonly.png "With view mode / read only indicator")

Narrowed mode and modified buffer:
![screenshot narrowed and modified](https://raw.githubusercontent.com/cdlm/vitamined-mode-line/master/vitamined-narrowed-modified.png "Narrowed mode and modified buffer")