Show minor modes in mode line
This commit is contained in:
parent
aeaa9eef83
commit
e21ee3b66a
1 changed files with 6 additions and 2 deletions
|
@ -77,11 +77,15 @@
|
|||
|
||||
;; Mode line
|
||||
(setq-default mode-line-format
|
||||
'(("-"
|
||||
mode-line-frame-control "%b "
|
||||
'((""
|
||||
mode-line-modified
|
||||
mode-line-frame-control "%b %z "
|
||||
mode-name
|
||||
vc-mode
|
||||
" "
|
||||
mode-line-position
|
||||
mode-line-misc-info
|
||||
|
||||
minor-mode-alist
|
||||
mode-line-end-spaces "%-"
|
||||
)))
|
||||
|
|
Loading…
Add table
Reference in a new issue