Remove filesize from modeline
This commit is contained in:
parent
560bd6820f
commit
997bce9a52
1 changed files with 1 additions and 7 deletions
|
@ -489,16 +489,10 @@ Supports both Emacs and Evil cursor conventions."
|
||||||
(powerline-hud (if active 'spaceline-highlight-face 'region) line-face 1)
|
(powerline-hud (if active 'spaceline-highlight-face 'region) line-face 1)
|
||||||
:tight-right t)
|
:tight-right t)
|
||||||
|
|
||||||
(spaceline-define-segment *buffer-size
|
|
||||||
(powerline-buffer-size)
|
|
||||||
:tight-right t
|
|
||||||
:skip-alternate t)
|
|
||||||
|
|
||||||
(defun narf-spaceline-init ()
|
(defun narf-spaceline-init ()
|
||||||
(spaceline-install
|
(spaceline-install
|
||||||
;; Left side
|
;; Left side
|
||||||
'(((*macro-recording *anzu *iedit *evil-substitute *flycheck)
|
'((*macro-recording *anzu *iedit *evil-substitute *flycheck)
|
||||||
:fallback *buffer-size)
|
|
||||||
(*buffer-path *remote-host)
|
(*buffer-path *remote-host)
|
||||||
*buffer-modified
|
*buffer-modified
|
||||||
*vc
|
*vc
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue