disable doom-modeline more elegantly
This commit is contained in:
parent
cd44a56c33
commit
868b0b1ff2
@ -564,6 +564,7 @@ targets."
|
||||
;; (advice-add #'powerline-set-selected-window :around #'mitch/powerline-never-select-cfwindow)
|
||||
)
|
||||
(use-package doom-modeline
|
||||
:disabled
|
||||
:after airline-themes
|
||||
:custom
|
||||
(doom-modeline-hud t)
|
||||
@ -571,8 +572,7 @@ targets."
|
||||
(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)
|
||||
)
|
||||
:config (doom-modeline-mode))
|
||||
;; (elpaca-wait)
|
||||
(use-package airline-themes
|
||||
:custom
|
||||
|
Loading…
Reference in New Issue
Block a user