Actually enable word count in doom modeline
This commit is contained in:
parent
5ca9de898c
commit
566ae9da48
1
init.el
1
init.el
|
@ -393,6 +393,7 @@
|
||||||
:demand t
|
:demand t
|
||||||
:custom
|
:custom
|
||||||
(doom-modeline-continuous-word-count-modes '(markdown-mode gfm-mode org-mode))
|
(doom-modeline-continuous-word-count-modes '(markdown-mode gfm-mode org-mode))
|
||||||
|
(doom-modeline-enable-word-count t)
|
||||||
(doom-modeline-indent-info t)
|
(doom-modeline-indent-info t)
|
||||||
(doom-modeline-minor-modes t)
|
(doom-modeline-minor-modes t)
|
||||||
(doom-modeline-battery nil)
|
(doom-modeline-battery nil)
|
||||||
|
|
Loading…
Reference in a new issue