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)