From a501008ff2daa56e4d1e6f0d035d2a2da4523791 Mon Sep 17 00:00:00 2001 From: 10sr <8slashes+git@gmail.com> Date: Sun, 14 Oct 2012 02:41:40 +0900 Subject: [PATCH] underline inactive mode-ine --- emacs.el | 2 ++ 1 file changed, 2 insertions(+) diff --git a/emacs.el b/emacs.el index e8caba8..1754f62 100644 --- a/emacs.el +++ b/emacs.el @@ -440,6 +440,8 @@ otherwise the path where the library installed." (if (face-inverse-video-p 'mode-line) fg bg)) (set-face-foreground 'mode-line-inactive (if (face-inverse-video-p 'mode-line) bg fg))) +(set-face-underline-p 'mode-line-inactive + t) ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;; ;; file handling