summaryrefslogtreecommitdiff
path: root/init.el
diff options
context:
space:
mode:
authorKyle Meyer <kyle@kyleam.com>2019-02-16 01:04:05 -0500
committerKyle Meyer <kyle@kyleam.com>2019-02-16 01:16:47 -0500
commitf08b64e634bbec8d861024c3cc1c04189464457a (patch)
tree68689e5daf538f93034c7f1f35204a0386d8cf87 /init.el
parentaa6df6b5956cb0736d928f42a683742bdd830786 (diff)
downloademacs.d-f08b64e634bbec8d861024c3cc1c04189464457a.tar.gz
Drop custom magit-wip-log{,-current} bindings
I don't use these much.
Diffstat (limited to 'init.el')
-rw-r--r--init.el7
1 files changed, 1 insertions, 6 deletions
diff --git a/init.el b/init.el
index 19be9ba..19909bc 100644
--- a/init.el
+++ b/init.el
@@ -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