Removed custom-face options from doom-modeline

This commit is contained in:
Andrew Scott 2022-01-21 12:17:04 -05:00
parent c8751e6a7e
commit 29fd8486cf
Signed by: a
GPG key ID: 3EB62D0BBB8DB381

View file

@ -123,12 +123,9 @@
(use-package doom-modeline
:init (doom-modeline-mode)
:custom-face
(mode-line ((t (:height 0.75))))
(mode-line-inactive ((t (:height 0.7))))
:custom
(doom-modeline-height 30)
(doom-modeline-bar-width 4)
(doom-modeline-bar-width .75)
(doom-modeline-window-width-limit fill-column)
(doom-modeline-lsp t)
(doom-modeline-minor-modes t)