diff options
author | Kyle Meyer <kyle@kyleam.com> | 2019-02-16 01:04:05 -0500 |
---|---|---|
committer | Kyle Meyer <kyle@kyleam.com> | 2019-02-16 01:16:47 -0500 |
commit | f08b64e634bbec8d861024c3cc1c04189464457a (patch) | |
tree | 68689e5daf538f93034c7f1f35204a0386d8cf87 | |
parent | aa6df6b5956cb0736d928f42a683742bdd830786 (diff) | |
download | emacs.d-f08b64e634bbec8d861024c3cc1c04189464457a.tar.gz |
Drop custom magit-wip-log{,-current} bindings
I don't use these much.
-rw-r--r-- | init.el | 7 |
1 files changed, 1 insertions, 6 deletions
@@ -1067,12 +1067,7 @@ (setq magit-wip-merge-branch t) :config - (magit-wip-after-save-mode 1) - - (magit-define-popup-action 'magit-log-popup - ?w "Log current WIP" 'magit-wip-log-current) - (magit-define-popup-action 'magit-log-popup - ?W "Log other WIP" 'magit-wip-log)) + (magit-wip-after-save-mode 1)) (use-package magit-extras :config |