mirror of
https://github.com/correl/doom-modeline.git
synced 2024-11-24 03:00:10 +00:00
Minor fix main.
This commit is contained in:
parent
9d15e923c6
commit
4ef58cdba6
1 changed files with 1 additions and 1 deletions
|
@ -1053,7 +1053,7 @@ See `mode-line-percent-position'.")
|
||||||
;;
|
;;
|
||||||
|
|
||||||
(doom-modeline-def-modeline 'main
|
(doom-modeline-def-modeline 'main
|
||||||
' (workspace-number window-number bar evil-state matches " " buffer-info buffer-position " " selection-info)
|
'(workspace-number window-number bar evil-state matches " " buffer-info buffer-position " " selection-info)
|
||||||
'(global buffer-encoding major-mode process vcs flycheck))
|
'(global buffer-encoding major-mode process vcs flycheck))
|
||||||
|
|
||||||
(doom-modeline-def-modeline 'minimal
|
(doom-modeline-def-modeline 'minimal
|
||||||
|
|
Loading…
Reference in a new issue