Skip to content

Latest commit

 

History

History
43 lines (32 loc) · 767 Bytes

README.md

File metadata and controls

43 lines (32 loc) · 767 Bytes

simple-modeline

MELPA

A simple mode-line configuration for Emacs.

About

  • Simple design
  • Lightweight
  • Split layout with left and right align 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
  • Simple creation of new segments with a macro

Configuration

Manual

(require 'simple-modeline)
(simple-modeline-mode)

With use-package

(use-package simple-modeline
  :hook (after-init . simple-modeline-mode))

Preview

Simple modeline