From a295eaa1478a97893cae1a10e2c417f5a62f93ee Mon Sep 17 00:00:00 2001 From: Kyle Meyer Date: Sun, 9 Aug 2015 23:39:15 -0400 Subject: magit-log-popup: Add key for magit-log-refresh-popup --- lisp/init-git.el | 3 +++ 1 file changed, 3 insertions(+) (limited to 'lisp') diff --git a/lisp/init-git.el b/lisp/init-git.el index dedac16..aa0a921 100644 --- a/lisp/init-git.el +++ b/lisp/init-git.el @@ -500,6 +500,9 @@ function." (magit-define-popup-action 'magit-diff-popup ?e "Edit options" 'magit-diff-refresh-popup) + (magit-define-popup-action 'magit-log-popup + ?e "Edit options" 'magit-log-refresh-popup) + (magit-define-popup-action 'magit-branch-popup ?c "Create & checkout from current" 'km/magit-branch-and-checkout-from-current) -- cgit v1.2.3