From ac049f62e592e75011d1324a744a194d7e72c31b Mon Sep 17 00:00:00 2001 From: Amin Bandali Date: Sun, 21 Oct 2018 11:55:21 -0400 Subject: [emacs] update 5 drones, use new magit 2.90.0 command names lib/doom-modeline master v0.5.1-5-g19757b4 lib/helpful master 0.15-3-g1c1c324 lib/magit master 2.13.0-324-gf410eb16 lib/nix-mode master v1.2.2-64-g8b3a992 lib/notmuch master archive/debian/0.28-2-7-g7f726c6e --- init.org | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) (limited to 'init.org') diff --git a/init.org b/init.org index 4695635..a83eb37 100644 --- a/init.org +++ b/init.org @@ -781,16 +781,16 @@ Not just how I do git, but /the/ way to do git. ("SPC" . magit-status) ("s" . magit-status) ("S" . magit-status-prefix) - ("B" . magit-blame) + ("B" . magit-blame-addition) ("C" . magit-clone) - ("f" . magit-fetch) - ("F" . magit-pull) - ("P" . magit-push) + ("f" . magit-fetch-other) + ("F" . magit-pull-branch) + ("P" . magit-push-other) ("p" . magit-dispatch-popup) - ("c c" . magit-commit) + ("c c" . magit-commit-create) ("c a" . magit-commit-amend) ("b b" . magit-checkout) - ("b c" . magit-branch)) + ("b c" . magit-branch-create)) :config (magit-add-section-hook 'magit-status-sections-hook 'magit-insert-modules -- cgit v1.2.3-83-g751a