Fix modeline theme when reloading packages buffer

This commit is contained in:
MitchMarq42 2022-11-19 17:28:36 -09:00
parent af2974fe03
commit 64cb0edc5d

View File

@ -469,9 +469,10 @@ targets."
:custom-face :custom-face
(mode-line-buffer-id (mode-line-buffer-id
((t (:inherit mode-line-active)))) ((t (:inherit mode-line-active))))
:after airline-themes
:init :init
(load-theme 'airline-kolor) (load-theme 'airline-kolor)
(fmakunbound #'airline-themes-set-modeline) (defun airline-themes-set-modeline () nil)
(setq telephone-line-primary-left-separator 'telephone-line-identity-left (setq telephone-line-primary-left-separator 'telephone-line-identity-left
telephone-line-secondary-left-separator 'telephone-line-identity-hollow-left telephone-line-secondary-left-separator 'telephone-line-identity-hollow-left
telephone-line-primary-right-separator 'telephone-line-identity-right telephone-line-primary-right-separator 'telephone-line-identity-right