diff options
author | Kyle Meyer <kyle@kyleam.com> | 2015-07-29 00:43:10 -0400 |
---|---|---|
committer | Kyle Meyer <kyle@kyleam.com> | 2015-07-29 00:43:10 -0400 |
commit | e01509451bf663ce7f470f9e3d65c81f4378d1d2 (patch) | |
tree | 9a91f4ad5b9722c57b2e131d875a0b7656775bf6 | |
parent | 1c2f3fa20b461a273c2ca86fbe38aaebd823143f (diff) | |
download | emacs.d-e01509451bf663ce7f470f9e3d65c81f4378d1d2.tar.gz |
Add magit-diff-refresh-popup to magit-diff-popup
-rw-r--r-- | lisp/init-git.el | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/lisp/init-git.el b/lisp/init-git.el index 2adef1f..9987fd3 100644 --- a/lisp/init-git.el +++ b/lisp/init-git.el @@ -457,6 +457,9 @@ function." (magit-define-popup-action 'magit-merge-popup ?u "Merge upstream" 'km/magit-ff-merge-upstream) + (magit-define-popup-action 'magit-diff-popup + ?e "Edit options" 'magit-diff-refresh-popup) + (magit-define-popup-action 'magit-branch-popup ?c "Create & checkout from current" 'km/magit-branch-and-checkout-from-current) |