Move space in header-line
This commit is contained in:
parent
fa7f6290ce
commit
bc0e31a91d
1 changed files with 1 additions and 2 deletions
|
@ -38,8 +38,7 @@
|
||||||
'(:eval mode-name) " "
|
'(:eval mode-name) " "
|
||||||
'(:eval (my-vc-info))
|
'(:eval (my-vc-info))
|
||||||
'(:eval (if mode-line-process (concat ":" mode-line-process) ""))
|
'(:eval (if mode-line-process (concat ":" mode-line-process) ""))
|
||||||
'(:eval (file-name-directory buffer-file-name))
|
'(:eval (concat (file-name-directory buffer-file-name) " "))
|
||||||
" "
|
|
||||||
"-%-"))
|
"-%-"))
|
||||||
|
|
||||||
(setq-default mode-line-format
|
(setq-default mode-line-format
|
||||||
|
|
Loading…
Add table
Reference in a new issue