Update README

This commit is contained in:
Jake Romer 2019-11-24 08:10:11 -05:00
parent c87555de4f
commit ad33d3a97e
No known key found for this signature in database
GPG key ID: 8E627277FC2F725F

View file

@ -225,8 +225,8 @@ Run `M-x customize-group RET doom-modeline RET` or set the variables.
(setq doom-modeline-enable-word-count nil)
;; Major modes in which to display word count continuously.
;; Respects `doom-modeline-enable-word-count'.
(setq doom-modeline-continuous-word-count-modes '(markdown-mode org-mode))
;; Also applies to any derived modes. Respects `doom-modeline-enable-word-count'.
(setq doom-modeline-continuous-word-count-modes '(text-mode))
;; Whether display the buffer encoding.
(setq doom-modeline-buffer-encoding t)