Modeline buffer id: ' %s '
This commit is contained in:
parent
f25950170d
commit
208c3fe40b
1 changed files with 1 additions and 1 deletions
|
@ -119,7 +119,7 @@
|
||||||
(if (buffer-modified-p)
|
(if (buffer-modified-p)
|
||||||
(propertize "*" 'face 'mode-line-is-modified))
|
(propertize "*" 'face 'mode-line-is-modified))
|
||||||
" ")
|
" ")
|
||||||
(powerline-buffer-id))
|
(format " %s " (powerline-buffer-id)))
|
||||||
:tight t)
|
:tight t)
|
||||||
|
|
||||||
(spaceline-define-segment narf-buffer-dir
|
(spaceline-define-segment narf-buffer-dir
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue