mirror of
https://github.com/vale981/doom-modeline
synced 2025-03-05 09:21:38 -05:00
parent
fd66e7d2b7
commit
0e3abf8ccc
1 changed files with 3 additions and 1 deletions
|
@ -226,7 +226,9 @@ Run `M-x customize-group RET doom-modeline RET` or set the variables.
|
|||
|
||||
;; Major modes in which to display word count continuously.
|
||||
;; Also applies to any derived modes. Respects `doom-modeline-enable-word-count'.
|
||||
(setq doom-modeline-continuous-word-count-modes '(text-mode))
|
||||
;; If it brings the sluggish issue, disable `doom-modeline-enable-word-count' or
|
||||
;; remove the modes from `doom-modeline-continuous-word-count-modes'.
|
||||
(setq doom-modeline-continuous-word-count-modes '(markdown-mode gfm-mode org-mode))
|
||||
|
||||
;; Whether display the buffer encoding.
|
||||
(setq doom-modeline-buffer-encoding t)
|
||||
|
|
Loading…
Add table
Reference in a new issue