Procházet zdrojové kódy

change modeline color

pull/1/head
10sr před 13 roky
rodič
revize
df861c3da3
1 změnil soubory, kde provedl 6 přidání a 5 odebrání
  1. +6
    -5
      .emacs.el

+ 6
- 5
.emacs.el Zobrazit soubor

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


Načítá se…
Zrušit
Uložit