diff --git a/emacs.d/init.el b/emacs.d/init.el index 0d73a7b..14c5023 100644 --- a/emacs.d/init.el +++ b/emacs.d/init.el @@ -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)