Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/cdlm/vitamined-mode-line
- Owner: cdlm
- Created: 2014-12-01T21:08:02.000Z (about 10 years ago)
- Default Branch: master
- Last Pushed: 2014-12-03T00:44:59.000Z (about 10 years ago)
- Last Synced: 2024-12-18T21:36:11.471Z (23 days ago)
- Language: Emacs Lisp
- Size: 168 KB
- Stars: 1
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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")