Sfoglia il codice sorgente

change modeline color

pull/1/head
10sr 13 anni fa
parent
commit
df861c3da3
1 ha cambiato i file con 6 aggiunte e 5 eliminazioni
  1. +6
    -5
      .emacs.el

+ 6
- 5
.emacs.el Vedi File

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


Caricamento…
Annulla
Salva