From dbfdf1b0b06ddda3d365ac1d53f271fc62775a9b Mon Sep 17 00:00:00 2001 From: Vincent Zhang Date: Wed, 5 Dec 2018 04:32:14 +0800 Subject: [PATCH] Change faces of input-method segment. --- doom-modeline.el | 1 + 1 file changed, 1 insertion(+) diff --git a/doom-modeline.el b/doom-modeline.el index 18e8c41..a1db742 100644 --- a/doom-modeline.el +++ b/doom-modeline.el @@ -1404,6 +1404,7 @@ See `mode-line-percent-position'.") ((and (bound-and-true-p evil-local-mode) (bound-and-true-p evil-input-method)) (concat + " " (nth 3 (assoc default-input-method input-method-alist)) " ")) (t ""))