Add a skeleton for redesigning the mode line
It currently contains the sml-modified default.
This commit is contained in:
parent
307e4d0b27
commit
cdafdbf11d
17
lisp/modeline.el
Normal file
17
lisp/modeline.el
Normal 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))
|
Loading…
Reference in New Issue
Block a user