Browse Source

underline inactive mode-ine

pull/1/head
10sr 12 years ago
parent
commit
a501008ff2
1 changed files with 2 additions and 0 deletions
  1. +2
    -0
      emacs.el

+ 2
- 0
emacs.el View File

@@ -440,6 +440,8 @@ otherwise the path where the library installed."
(if (face-inverse-video-p 'mode-line) fg bg)) (if (face-inverse-video-p 'mode-line) fg bg))
(set-face-foreground 'mode-line-inactive (set-face-foreground 'mode-line-inactive
(if (face-inverse-video-p 'mode-line) bg fg))) (if (face-inverse-video-p 'mode-line) bg fg)))
(set-face-underline-p 'mode-line-inactive
t)


;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;; ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
;; file handling ;; file handling


Loading…
Cancel
Save