浏览代码

Update

master
10sr 5 年前
父节点
当前提交
098b6503fb
签署人:: 10sr GPG 密钥 ID: 7BEC428194130EB2
共有 1 个文件被更改,包括 2 次插入2 次删除
  1. +2
    -2
      emacs.el

+ 2
- 2
emacs.el 查看文件

@@ -536,7 +536,7 @@ found, otherwise returns nil."
(defun my-mode-line-color-update (&rest args)
"ARGS are discarded"
(let ((ro "skyblue")
(rw "grey75"))
(rw my-mode-line-background-default))
(if (or (not buffer-read-only)
(and (eq major-mode 'wdired-mode)))
(set-face-background 'mode-line
@@ -552,7 +552,7 @@ found, otherwise returns nil."
;; TODO: Support wgrep-mode

(set-face-background 'header-line
"grey75")
my-mode-line-background-default)

;; http://www.geocities.jp/simizu_daisuke/bunkei-meadow.html#frame-title



正在加载...
取消
保存