瀏覽代碼

Add help to view command

pull/1/head
10sr 10 年之前
父節點
當前提交
9d05fd578d
共有 1 個檔案被更改,包括 3 行新增1 行删除
  1. +3
    -1
      emacs.el

+ 3
- 1
emacs.el 查看文件

@@ -953,7 +953,9 @@ found, otherwise returns nil."
;; for git-command new version
(when (boundp 'git-command-view-command-list)
(add-to-list 'git-command-view-command-list
"graph"))
"graph")
(add-to-list 'git-command-view-command-list
"help"))
(when (boundp 'git-command-aliases-alist)
;; (message "new version of git-command!")
(add-to-list 'git-command-aliases-alist


Loading…
取消
儲存