Pull doom-modeline settings from meow branch, manually
I don't know how to do it the git way...
This commit is contained in:
parent
41a7d7cb1f
commit
9cfb7e72dd
@ -646,7 +646,15 @@ targets."
|
|||||||
;; (powerline-utf-8-separator-right (string-to-char "")))
|
;; (powerline-utf-8-separator-right (string-to-char "")))
|
||||||
(use-package doom-modeline
|
(use-package doom-modeline
|
||||||
:after airline-themes
|
: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
|
(use-package airline-themes
|
||||||
:custom
|
:custom
|
||||||
(airline-cursor-colors nil)
|
(airline-cursor-colors nil)
|
||||||
|
Loading…
Reference in New Issue
Block a user