Update modeline
This commit is contained in:
parent
38fbc771c8
commit
316fcbed23
1 changed files with 7 additions and 1 deletions
|
@ -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)
|
||||
|
|
Loading…
Add table
Reference in a new issue