Pull doom-modeline settings from meow branch, manually

I don't know how to do it the git way...
This commit is contained in:
MitchMarq42 2023-03-18 22:11:00 -08:00
parent 41a7d7cb1f
commit 9cfb7e72dd

View File

@ -646,7 +646,15 @@ targets."
;; (powerline-utf-8-separator-right (string-to-char "")))
(use-package doom-modeline
:after airline-themes
:init (doom-modeline-mode))
:custom
(doom-modeline-hud t)
(doom-modeline-buffer-encoding nil)
(doom-modeline-unicode-fallback t)
(doom-modeline-buffer-file-name-style 'truncate-upto-root)
(doom-modeline-highlight-modified-buffer-name nil)
;; :config (doom-modeline-mode)
)
;; (elpaca-wait)
(use-package airline-themes
:custom
(airline-cursor-colors nil)