Emacs: Change magit-branch-remote color to a more visible orange red

master
Pierre Neidhardt 2016-06-10 10:29:18 +02:00
parent 10750dd2f1
commit 00e2ae8ce0
1 changed files with 1 additions and 0 deletions

View File

@ -216,6 +216,7 @@ To view where the bindings are set in your config files, lookup
(add-to-list 'favorite-packages 'magit)
(when (require 'magit nil t)
(set-face-foreground 'magit-branch-remote "orange red")
(setq git-commit-summary-max-length git-commit-fill-column)
(global-set-key (kbd "C-x g") 'magit-status))