change mode-line-format

This commit is contained in:
Marcus Kammer 2020-06-22 15:22:54 +02:00
parent 0b2a075d3e
commit a79d731f32

View file

@ -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)