[Emacs] Better customization of doom modeline
This commit is contained in:
parent
218307bf8e
commit
26e8a61c1b
@ -7787,7 +7787,10 @@ The DoomEmacs modeline looks nice in my opinion, let’s use it.
|
||||
:straight (:build t)
|
||||
:defer t
|
||||
:init (doom-modeline-mode 1)
|
||||
:custom ((doom-modeline-height 15)))
|
||||
:config
|
||||
(csetq doom-modeline-height 15
|
||||
doom-modeline-enable-word-count t
|
||||
doom-modeline-continuous-word-count-modes '(markdown-mode gfm-mode org-mode)))
|
||||
#+end_src
|
||||
|
||||
*** Pixel-perfect alignment of Markdown and org-mode tables
|
||||
|
Loading…
Reference in New Issue
Block a user