From 4e5d12f260d1c6a6c0d5bb42c08bcfd3c83c270f Mon Sep 17 00:00:00 2001 From: 10sr <8slashes+git@gmail.com> Date: Wed, 19 Jun 2013 18:04:34 +0900 Subject: [PATCH] emacs.el: add git-command-default-options but not works --- emacs.el | 1 + 1 file changed, 1 insertion(+) diff --git a/emacs.el b/emacs.el index 869e491..ab5aba3 100644 --- a/emacs.el +++ b/emacs.el @@ -715,6 +715,7 @@ found, otherwise returns nil." "https://raw.github.com/10sr/emacs-lisp/master/git-command.el" t) (lazy-load-eval 'git-command) + (setq git-command-default-options "-c color.ui=always") (define-key ctl-x-map "g" 'git-command)) (and (fetch-library