summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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)