소스 검색

emacs.el: Remove st alias for git-command

pull/1/head
10sr 10 년 전
부모
커밋
4296700265
1개의 변경된 파일1개의 추가작업 그리고 11개의 파일을 삭제
  1. +1
    -11
      emacs.el

+ 1
- 11
emacs.el 파일 보기

@@ -960,17 +960,7 @@ found, otherwise returns nil."
'("di" . (lambda (options cmd args)
(git-command-exec options
"diff"
args))))
(add-to-list
'git-command-aliases-alist
'("st" . (lambda (options cmd args)
(message "%s"
(shell-command-to-string
(concat "git "
(git-command-construct-commandline
options
"status"
`("-s" "-b" ,@args)))))))))
args)))))
(setq git-command-use-emacsclient t)
(or git-command-prompt-file
(setq git-command-prompt-file


불러오는 중...
취소
저장