From b2b47cfbfd6107c784c4a752ace17c321a7a467d Mon Sep 17 00:00:00 2001 From: Kyle Meyer Date: Thu, 27 Jun 2019 20:00:08 -0400 Subject: Move magit-push modifications to under correct package These aren't related to anything in km-magit.el. --- init.el | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'init.el') diff --git a/init.el b/init.el index a99b956..31bcb75 100644 --- a/init.el +++ b/init.el @@ -1002,6 +1002,9 @@ (transient-suffix-put 'magit-branch "m" :key "r") (transient-suffix-put 'magit-branch "s" :key "v") + (transient-suffix-put 'magit-push "u" :key "U") + (transient-suffix-put 'magit-push "p" :key "P") + (setf (alist-get 'magit-show-refs transient-values) (list "--sort=-committerdate")) @@ -1137,9 +1140,6 @@ (transient-append-suffix 'magit-commit "c" '("u" "Auto commit" km/magit-update-or-auto-commit)) - (transient-suffix-put 'magit-push "u" :key "U") - (transient-suffix-put 'magit-push "p" :key "P") - (transient-replace-suffix 'magit-log "l" '("l" "Log current" km/magit-log-current)) -- cgit v1.2.3