Add a skeleton for redesigning the mode line

It currently contains the sml-modified default.
This commit is contained in:
Gergely Polonkai 2016-11-21 08:28:41 +01:00
parent 307e4d0b27
commit cdafdbf11d
1 changed files with 17 additions and 0 deletions

17
lisp/modeline.el Normal file
View File

@ -0,0 +1,17 @@
(setq-default
mode-line-format
("%e"
mode-line-front-space
mode-line-mule-info
mode-line-client
mode-line-modified
mode-line-remote
mode-line-frame-identification
mode-line-buffer-identification
" "
mode-line-position
(vc-mode vc-mode)
" "
mode-line-modes
mode-line-misc-info
mode-line-end-spaces))