mirror of
https://github.com/doomemacs/doomemacs
synced 2025-08-01 12:17:25 -05:00
Modeline buffer id: ' %s '
This commit is contained in:
@ -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
|
||||||
|
Reference in New Issue
Block a user