From f08b64e634bbec8d861024c3cc1c04189464457a Mon Sep 17 00:00:00 2001 From: Kyle Meyer Date: Sat, 16 Feb 2019 01:04:05 -0500 Subject: Drop custom magit-wip-log{,-current} bindings I don't use these much. --- init.el | 7 +------ 1 file changed, 1 insertion(+), 6 deletions(-) (limited to 'init.el') 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 -- cgit v1.2.3