Show coding information in mode-line-format
This commit is contained in:
parent
a19a6b7260
commit
2d03e4550b
1 changed files with 1 additions and 1 deletions
2
init.el
2
init.el
|
@ -141,7 +141,7 @@
|
|||
;; (load "bundle--gui")
|
||||
|
||||
(setq-default mode-line-format
|
||||
'("%e" mode-line-front-space "%b %*%n %I %l:%c %p" (vc-mode vc-mode) " " mode-line-modes mode-line-misc-info mode-line-end-spaces))
|
||||
'("%e" mode-line-front-space "%Z" " " "%b %*%n %I %l:%c %p" (vc-mode vc-mode) " " mode-line-modes mode-line-misc-info mode-line-end-spaces))
|
||||
|
||||
(unless (memq 'hs-headline mode-line-format)
|
||||
(setq mode-line-format
|
||||
|
|
Loading…
Add table
Reference in a new issue