浏览代码

fix git-command bug

pull/1/head
10sr 13 年前
父节点
当前提交
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) cmd)
bf) bf)
(with-current-buffer 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) (define-key ctl-x-map "g" 'my-git-shell-command)


(defun my-kill-buffers () (defun my-kill-buffers ()


正在加载...
取消
保存