From 9d05fd578d2fdb871388a1684b4685a9dfd7eb31 Mon Sep 17 00:00:00 2001 From: 10sr <8slashes+git@gmail.com> Date: Tue, 9 Dec 2014 17:04:38 +0900 Subject: [PATCH] Add help to view command --- emacs.el | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/emacs.el b/emacs.el index 3b69712..49ea6e7 100644 --- a/emacs.el +++ b/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