Browse Source

emacs.el: add git-command-default-options but not works

pull/1/head
10sr 11 years ago
parent
commit
4e5d12f260
1 changed files with 1 additions and 0 deletions
  1. +1
    -0
      emacs.el

+ 1
- 0
emacs.el View File

@@ -715,6 +715,7 @@ found, otherwise returns nil."
"https://raw.github.com/10sr/emacs-lisp/master/git-command.el" "https://raw.github.com/10sr/emacs-lisp/master/git-command.el"
t) t)
(lazy-load-eval 'git-command) (lazy-load-eval 'git-command)
(setq git-command-default-options "-c color.ui=always")
(define-key ctl-x-map "g" 'git-command)) (define-key ctl-x-map "g" 'git-command))


(and (fetch-library (and (fetch-library


Loading…
Cancel
Save