浏览代码

underline inactive mode-ine

pull/1/head
10sr 12 年前
父节点
当前提交
a501008ff2
共有 1 个文件被更改,包括 2 次插入0 次删除
  1. +2
    -0
      emacs.el

+ 2
- 0
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


正在加载...
取消
保存