ソースを参照

git-command: Add blame to view command list

pull/5/head
10sr 9年前
コミット
fa9d80481f
1個のファイルの変更2行の追加0行の削除
  1. +2
    -0
      emacs.el

+ 2
- 0
emacs.el ファイルの表示

@@ -991,6 +991,8 @@ found, otherwise returns nil."
(when (boundp 'git-command-view-command-list)
(add-to-list 'git-command-view-command-list
"graph")
(add-to-list 'git-command-view-command-list
"blame")
(add-to-list 'git-command-view-command-list
"help"))
(when (boundp 'git-command-aliases-alist)


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