ソースを参照

Stub

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

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

@@ -931,6 +931,10 @@ found, otherwise returns nil."
'("graph" . fundamental-mode))
(add-to-list 'git-command-major-mode-alist
'("log" . fundamental-mode))
(when (boundp 'git-command-view-command-list)
(setq git-command-view-command-list
`("log" "graph" ,@git-command-view-command-list))
)
(or git-command-prompt-file
(setq git-command-prompt-file
(git-command-find-git-ps1


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