nothing rhymes with orange 0.1

This commit is contained in:
Iñaki
2016-09-13 23:07:37 +02:00
parent 9fe494756f
commit 5314948f66
4 changed files with 56 additions and 204 deletions

View File

@@ -1,4 +1,3 @@
;; change mode-line color by evil state
(eval-when-compile (require 'cl))
(require 'evil)
(require 'magit)
@@ -39,8 +38,7 @@
(when bufname
(when (vc-working-revision bufname)
(concat (propertize
(format "  %s" (magit-get-current-branch))
'face 'bold)
(format "  %s" (magit-get-current-branch)) 'face 'bold)
(format " [%s]" (vc-state bufname)))))))
(setq-default mode-line-format