mirror of
https://github.com/vale981/doom-modeline
synced 2025-03-04 17:01:39 -05:00
Update README
This commit is contained in:
parent
c87555de4f
commit
ad33d3a97e
1 changed files with 2 additions and 2 deletions
|
@ -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)
|
||||
|
|
Loading…
Add table
Reference in a new issue