Change faces of input-method segment.

This commit is contained in:
Vincent Zhang 2018-12-05 04:32:14 +08:00
parent e032bb92c3
commit dbfdf1b0b0

View file

@ -1404,6 +1404,7 @@ See `mode-line-percent-position'.")
((and (bound-and-true-p evil-local-mode) ((and (bound-and-true-p evil-local-mode)
(bound-and-true-p evil-input-method)) (bound-and-true-p evil-input-method))
(concat (concat
" "
(nth 3 (assoc default-input-method input-method-alist)) (nth 3 (assoc default-input-method input-method-alist))
" ")) " "))
(t "")) (t ""))