ソースを参照

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


読み込み中…
キャンセル
保存