Doom modeline

This commit is contained in:
2024-10-01 23:39:34 -07:00
parent 9411566e2a
commit 8983f3d4c2

View File

@@ -428,6 +428,15 @@
;; Corrects (and improves) org-mode's native fontification.
(doom-themes-org-config))
;;;; Modeline
(use-package doom-modeline
:ensure t
:init
(doom-modeline-mode 1)
(setq doom-modeline-total-line-number nil))
(use-package nerd-icons
:ensure t)
;;;; Window size
(modify-all-frames-parameters '((alpha 99 99)
(top . 50)