A simple mode-line configuration for Emacs.
- Simple design
- Lightweight
- Split layout with left and right align segments
- Customization option for modeline segments
- Several predefined segments:
- Modified/readonly indicator
- Buffer name
- Position and region info
- Version control status
- Encoding
- EOL
- Minor modes list
- Process info
- Input method
- Major mode
(require 'simple-modeline)
(simple-modeline-mode)
(use-package simple-modeline
:hook (after-init . simple-modeline-mode))