mirror of
https://github.com/doomemacs/doomemacs
synced 2025-09-12 15:36:53 -05:00
mode-line: buffer-size is overriden by flycheck/search indicators
This commit is contained in:
@@ -474,8 +474,8 @@ Supports both Emacs and Evil cursor conventions."
|
|||||||
(spaceline-install
|
(spaceline-install
|
||||||
;; Left side
|
;; Left side
|
||||||
'(*macro-recording
|
'(*macro-recording
|
||||||
(*flycheck :fallback *buffer-size)
|
(((*anzu *iedit *evil-substitute) *flycheck)
|
||||||
(*anzu *iedit *evil-substitute)
|
:fallback *buffer-size)
|
||||||
(*buffer-path *remote-host)
|
(*buffer-path *remote-host)
|
||||||
*buffer-modified
|
*buffer-modified
|
||||||
*vc
|
*vc
|
||||||
|
Reference in New Issue
Block a user