Fix doom-modeline

This commit is contained in:
Wojciech Kozlowski 2018-09-23 00:09:03 +01:00
parent ac2882e269
commit 8b21d5cda1

View File

@ -57,23 +57,23 @@ enabled."
""))
;; Set the modeline
(doom-modeline-def-modeline main
(doom-modeline-def-modeline 'main
("["
perspective-name
workspace-number
"]"
bar
matches
" "
buffer-info
" %l:%c %p "
selection-info)
'("["
perspective-name
workspace-number
"]"
bar
matches
" "
buffer-info
" %l:%c %p "
selection-info)
(buffer-encoding
major-mode
vcs
flycheck))
'(buffer-encoding
major-mode
vcs
flycheck))
)
)