From 29fd8486cf189a3ac28c93ad917a74ce66b5b7e0 Mon Sep 17 00:00:00 2001 From: Andrew Scott Date: Fri, 21 Jan 2022 12:17:04 -0500 Subject: [PATCH] Removed custom-face options from doom-modeline --- emacs.d/init.el | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) 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)