Merge branch 'main' into single-monitor

This commit is contained in:
Andrew Scott 2022-01-21 12:18:14 -05:00
commit a1bac98dc0
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)