From 0bc5b54ebfd27e76cdff801da65deea22c1c7b4d Mon Sep 17 00:00:00 2001 From: syl20bnr Date: Sat, 16 Feb 2019 10:17:27 -0500 Subject: [PATCH] Call magit-diff instead of magit-diff-buffer-file --- layers/+source-control/git/packages.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/layers/+source-control/git/packages.el b/layers/+source-control/git/packages.el index e160d1727..7e212a412 100644 --- a/layers/+source-control/git/packages.el +++ b/layers/+source-control/git/packages.el @@ -157,7 +157,7 @@ "gc" 'magit-clone "gff" 'magit-find-file "gfl" 'magit-log-buffer-file - "gfd" 'magit-diff-buffer-file + "gfd" 'magit-diff "gi" 'magit-init "gL" 'magit-list-repositories "gm" 'magit-dispatch