Browse Source

Remove sexp to set git-ps1-file

pull/15/head
10sr 8 years ago
parent
commit
b5d114383a
1 changed files with 5 additions and 4 deletions
  1. +5
    -4
      emacs.el

+ 5
- 4
emacs.el View File

@@ -1104,10 +1104,11 @@ IF OK-IF-ALREADY-EXISTS is true force download."
cmd
`("-nHe" ,@args))))))))
(setq git-command-use-emacsclient t)
(or git-command-prompt-file
(setq git-command-prompt-file
(git-command-find-git-ps1
"/usr/share/git-core/contrib/completion/git-prompt.sh"))))
;; (or git-command-prompt-file
;; (setq git-command-prompt-file
;; (git-command-find-git-ps1
;; "/usr/share/git-core/contrib/completion/git-prompt.sh")))
)
;; (setq git-command-default-options "-c color.ui=always")
(define-key ctl-x-map "g" 'git-command))



Loading…
Cancel
Save