소스 검색

fix git-command bug

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

+ 3
- 2
emacs.el 파일 보기

@@ -1621,8 +1621,9 @@ when SEC is nil, stop auto save if enabled."
cmd)
bf)
(with-current-buffer bf
(ansi-color-apply-on-region (point-min)
(point-max)))))
(and (require 'ansi-color nil t)
(ansi-color-apply-on-region (point-min)
(point-max))))))
(define-key ctl-x-map "g" 'my-git-shell-command)

(defun my-kill-buffers ()


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