[Emacs] Better customization of doom modeline

This commit is contained in:
Lucien Cartier-Tilet 2022-06-15 21:52:03 +02:00
parent 218307bf8e
commit 26e8a61c1b
Signed by: phundrak
GPG Key ID: BD7789E705CB8DCA
1 changed files with 4 additions and 1 deletions

View File

@ -7787,7 +7787,10 @@ The DoomEmacs modeline looks nice in my opinion, lets 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