From fa9d80481fc780209f20423625b683ec9788a6cb Mon Sep 17 00:00:00 2001 From: 10sr <8slashes+git@gmail.com> Date: Mon, 9 Feb 2015 12:19:45 +0900 Subject: [PATCH] git-command: Add blame to view command list --- emacs.el | 2 ++ 1 file changed, 2 insertions(+) diff --git a/emacs.el b/emacs.el index f6ae7ed..2b2b635 100644 --- a/emacs.el +++ b/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)