summaryrefslogtreecommitdiff
path: root/lisp
diff options
context:
space:
mode:
authorKyle Meyer <kyle@kyleam.com>2015-08-09 23:39:15 -0400
committerKyle Meyer <kyle@kyleam.com>2015-08-10 02:02:34 -0400
commita295eaa1478a97893cae1a10e2c417f5a62f93ee (patch)
treeb398653d038cdf3c280c7d97cbe2dc92dbb9df51 /lisp
parente1193819370d6efdd2840325b40386963d4c69bb (diff)
downloademacs.d-a295eaa1478a97893cae1a10e2c417f5a62f93ee.tar.gz
magit-log-popup: Add key for magit-log-refresh-popup
Diffstat (limited to 'lisp')
-rw-r--r--lisp/init-git.el3
1 files changed, 3 insertions, 0 deletions
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)