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 "")))
|
||||
(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)
|
||||
|
Loading…
Reference in New Issue
Block a user