All Projects → gexplorer → Simple Modeline

gexplorer / Simple Modeline

Licence: gpl-3.0
A simple mode-line for Emacs.

Labels

Projects that are alternatives of or similar to Simple Modeline

Shader Mode
Unity shader editing mode for GNU Emacs
Stars: ✭ 10 (-71.43%)
Mutual labels:  emacs
Yard Mode.el
Emacs minor mode for editing YARD tags
Stars: ✭ 29 (-17.14%)
Mutual labels:  emacs
Coldnew Emacs
coldnew's emacs config
Stars: ✭ 32 (-8.57%)
Mutual labels:  emacs
Darkmine Theme
Yet another emacs dark color theme
Stars: ✭ 10 (-71.43%)
Mutual labels:  emacs
Emacs.dz
Awesome emacs config files
Stars: ✭ 886 (+2431.43%)
Mutual labels:  emacs
Vhdl Mode
A package for Sublime Text that aids coding in the VHDL language.
Stars: ✭ 31 (-11.43%)
Mutual labels:  emacs
Irony Mode
A C/C++ minor mode for Emacs powered by libclang
Stars: ✭ 851 (+2331.43%)
Mutual labels:  emacs
Homebrew Emacs Plus
Emacs Plus formulae for the Homebrew package manager
Stars: ✭ 965 (+2657.14%)
Mutual labels:  emacs
Hlinum Mode
This library extends linum-mode to highlight current line number.
Stars: ✭ 29 (-17.14%)
Mutual labels:  emacs
Ivy Erlang Complete
ivy-erlang-complete is context sensitive completion for erlang without connecting to erlang nodes.
Stars: ✭ 32 (-8.57%)
Mutual labels:  emacs
Nano Emacs
GNU Emacs / N Λ N O - Emacs made simple
Stars: ✭ 872 (+2391.43%)
Mutual labels:  emacs
Cfgs
My personal configs
Stars: ✭ 14 (-60%)
Mutual labels:  emacs
Geekbook
G33KB00K3 - fun to read & fun to write -- 🤓 eXtreme eXtendable note taking system for nerds/geeks (including scientists!) docs: http://geekbook.rtfd.io = beautiful html generator of your markdown-based notes
Stars: ✭ 31 (-11.43%)
Mutual labels:  emacs
Doxymacs
Doxymacs is Doxygen + {X}Emacs.
Stars: ✭ 10 (-71.43%)
Mutual labels:  emacs
Elegant Emacs
A very minimal but elegant emacs (I think)
Stars: ✭ 961 (+2645.71%)
Mutual labels:  emacs
Bonjourmadame
Say "Hello ma'am!"
Stars: ✭ 9 (-74.29%)
Mutual labels:  emacs
Emacs Smart Hungry Delete
An emacs package to delete whitespace between words, parenthesis and other delimiters in a (not very) smart way.
Stars: ✭ 30 (-14.29%)
Mutual labels:  emacs
Organic
Outliner, organizer and notes management app.
Stars: ✭ 34 (-2.86%)
Mutual labels:  emacs
Org Reverse Datetree
Reversed date trees for Emacs Org mode
Stars: ✭ 33 (-5.71%)
Mutual labels:  emacs
Wordnut
Emacs major mode interface to WordNet lexical database
Stars: ✭ 31 (-11.43%)
Mutual labels:  emacs

simple-modeline

MELPA

A simple mode-line configuration for Emacs.

About

  • 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

Configuration

Manual

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

With use-package

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

Preview

Simple modeline

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].