From b5d114383adf91e5fdb753cdb59fb37550fa1194 Mon Sep 17 00:00:00 2001 From: 10sr <8slashes+git@gmail.com> Date: Mon, 21 Dec 2015 12:05:46 +0900 Subject: [PATCH] Remove sexp to set git-ps1-file --- emacs.el | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) diff --git a/emacs.el b/emacs.el index c1bea6b..f04feed 100644 --- a/emacs.el +++ b/emacs.el @@ -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))