Actually enable word count in doom modeline

This commit is contained in:
eriedaberrie 2023-12-05 02:22:37 -08:00
parent 5ca9de898c
commit 566ae9da48

View file

@ -393,6 +393,7 @@
:demand t
:custom
(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-minor-modes t)
(doom-modeline-battery nil)