mirror of
https://github.com/correl/doom-modeline.git
synced 2024-11-27 19:19:53 +00:00
Change faces of input-method segment.
This commit is contained in:
parent
e032bb92c3
commit
dbfdf1b0b0
1 changed files with 1 additions and 0 deletions
|
@ -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 ""))
|
||||||
|
|
Loading…
Reference in a new issue