Skip to content

Commit

Permalink
tweak(doom-modeline): enable word count
Browse files Browse the repository at this point in the history
  • Loading branch information
abougouffa committed Jun 9, 2023
1 parent ade261d commit 921ee7f
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions core/me-core-ui.el
Original file line number Diff line number Diff line change
Expand Up @@ -85,6 +85,9 @@ Useful for keeping track of the enabled theme."
(doom-modeline-bar-width 8)
(doom-modeline-buffer-encoding 'nondefault)
(doom-modeline-unicode-fallback t)
(doom-modeline-enable-word-count t)
(doom-modeline-continuous-word-count-modes
'(markdown-mode gfm-mode org-mode rst-mode latex-mode tex-mode text-mode))
:config
;; HACK: Add some padding to the right
(doom-modeline-def-modeline 'main
Expand Down

0 comments on commit 921ee7f

Please sign in to comment.