Pārlūkot izejas kodu

change modeline color

pull/1/head
10sr pirms 13 gadiem
vecāks
revīzija
df861c3da3
1 mainītis faili ar 6 papildinājumiem un 5 dzēšanām
  1. +6
    -5
      .emacs.el

+ 6
- 5
.emacs.el Parādīt failu

@@ -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


Notiek ielāde…
Atcelt
Saglabāt