change mode-line-format
This commit is contained in:
parent
0b2a075d3e
commit
a79d731f32
1 changed files with 8 additions and 0 deletions
|
@ -19,6 +19,14 @@
|
|||
'(initial-frame-alist nil)
|
||||
'(ls-lisp-dirs-first t)
|
||||
'(menu-bar-mode nil)
|
||||
'(mode-line-format
|
||||
(quote
|
||||
("-" mode-line-mule-info mode-line-modified mode-line-frame-identification mode-line-buffer-identification " " mode-line-position mode-line-modes
|
||||
(which-func-mode
|
||||
("" which-func-format "--"))
|
||||
(global-mode-string
|
||||
("--" global-mode-string))
|
||||
"-%-")))
|
||||
'(olivetti-body-width 90)
|
||||
'(olivetti-lighter " Olv")
|
||||
'(olivetti-minimum-body-width 80)
|
||||
|
|
Loading…
Add table
Reference in a new issue