总感觉这里为什么会多了一个过渡的样子,有大佬碰到同样的问题吗?我的配置如下:
(use-package telephone-line
:config
(progn
(setq telephone-line-lhs
'((evil . (telephone-line-evil-tag-segment))
(accent . (telephone-line-vc-segment
telephone-line-erc-modified-channels-segment
telephone-line-process-segment))
(nil . (telephone-line-minor-mode-segment
telephone-line-buffer-segment))))
(setq telephone-line-rhs
'((nil . (telephone-line-misc-info-segment))
(accent . (telephone-line-major-mode-segment))
(evil . (telephone-line-airline-position-segment))))
(setq telephone-line-height 24
telephone-line-evil-use-short-tag t)
(telephone-line-evil-config)))