瀏覽代碼

change modeline color

pull/1/head
10sr 13 年之前
父節點
當前提交
df861c3da3
共有 1 個文件被更改,包括 6 次插入5 次删除
  1. +6
    -5
      .emacs.el

+ 6
- 5
.emacs.el 查看文件

@@ -144,13 +144,14 @@
(assq state
my-set-mode-line-color-color)))
(setq my-set-mode-line-color-state state))))
(defvar my-set-mode-line-color-color
'((readonly "blue" "white")
(overwrite "red" "white")
(insert nil nil))
"")
(defvar my-set-mode-line-color-color nil "")
(setq my-set-mode-line-color-color
'((readonly "blue" "white")
(overwrite "red" "white")
(insert nil nil)))
(defvar my-set-mode-line-color-state nil "")
(add-hook 'post-command-hook 'my-set-mode-line-color-read-only)
(add-hook 'after-init-hook 'my-set-mode-line-color-read-only)

;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
;; mode-line


Loading…
取消
儲存