summaryrefslogtreecommitdiff
path: root/init.el
diff options
context:
space:
mode:
Diffstat (limited to 'init.el')
-rw-r--r--init.el2
1 files changed, 1 insertions, 1 deletions
diff --git a/init.el b/init.el
index e68ab8a..b8fb980 100644
--- a/init.el
+++ b/init.el
@@ -1177,7 +1177,7 @@
'("d" "Copy branch" km/magit-branch-copy))
(transient-append-suffix 'magit-branch "r"
- '("s" "Backup current branch" km/magit-branch-backup-current))
+ '("s" "Backup current branch" km/magit-branch-checkpoint))
(transient-append-suffix 'magit-branch "c"
'("m" "Checkout master" km/magit-checkout-master)))