Disable doom-modeline word count

This commit is contained in:
Evie Litherland-Smith 2024-08-07 11:25:36 +01:00
parent 4e0e1c131e
commit b0defada7b

View file

@ -165,7 +165,7 @@ Configure the look and feel of Emacs
:hook (after-init . (lambda () (doom-modeline-mode +1)))
:custom
(doom-modeline-checker-simple-format nil)
(doom-modeline-enable-word-count t)
(doom-modeline-enable-word-count nil)
(doom-modeline-env-version t)
(doom-modeline-github nil)
(doom-modeline-gnus t)
@ -175,9 +175,6 @@ Configure the look and feel of Emacs
(doom-modeline-irc-buffers t)
(doom-modeline-lsp t)
(doom-modeline-project-detection 'project)
(doom-modeline-continuous-word-count-modes '(org-mode
markdown-mode
gfm-mode))
:config
(set-face-attribute 'doom-modeline nil :weight 'normal))