소스 검색

Update git-command-aliases-alist for new git-command

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

+ 4
- 3
emacs.el 파일 보기

@@ -990,12 +990,13 @@ found, otherwise returns nil."
(when (boundp 'git-command-aliases-alist)
;; (message "new version of git-command!")
(add-to-list 'git-command-aliases-alist
'("di" . (lambda (options cmd args)
'("di" . (lambda (options cmd args new-buffer-p)
(git-command-exec options
"diff"
args))))
args
new-buffer-p))))
(add-to-list 'git-command-aliases-alist
'("grep" . (lambda (options cmd args)
'("grep" . (lambda (options cmd args new-buffer-p)
(my-rgrep
(concat
"git "


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