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 0044a94..c4e716e 100644
--- a/init.el
+++ b/init.el
@@ -1148,7 +1148,7 @@
(magit-define-popup-action 'magit-branch-popup
?r "Rename branch" #'km/magit-branch-rename)
(magit-define-popup-action 'magit-branch-popup
- ?s "Backup current branch" #'km/magit-backup-branch)
+ ?s "Backup current branch" #'km/magit-branch-backup-current)
(magit-define-popup-action 'magit-branch-popup
?t "Local tracking" #'km/magit-checkout-local-tracking))