Update modeline

This commit is contained in:
Marcus Kammer 2023-11-03 11:20:40 +01:00
parent 38fbc771c8
commit 316fcbed23
Signed by: marcuskammer
GPG key ID: C374817BE285268F

View file

@ -1,3 +1,9 @@
;; (setq default-frame-alist
;; '((font . "MonoLisa-11")
;; (width . 85)
;; (height . 50)
;; (vertical-scroll-bars)))
(setq default-frame-alist
`((font . "MonoLisa-11")
(width . 85)
@ -66,7 +72,7 @@
(use-package doom-modeline
:hook (after-init . doom-modeline-mode)
:custom
(doom-modeline-height 0)
(doom-modeline-height 30)
(doom-modeline-bar-width 4)
(doom-modeline-icon t)
(doom-modeline-major-mode-icon t)