From 7e5cbba86c54914d6634d836fcdb61f6fc5b394f Mon Sep 17 00:00:00 2001 From: Kyle Meyer Date: Mon, 9 Jan 2017 00:03:59 -0500 Subject: magit-wip: Swap local and global bindings for after-save-mode --- init.el | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'init.el') diff --git a/init.el b/init.el index 5d2e0aa..46065ba 100644 --- a/init.el +++ b/init.el @@ -996,8 +996,8 @@ ("f" . magit-wip-commit-buffer-file) ("l" . magit-wip-log-current) ("o" . magit-wip-log) - ("s" . magit-wip-after-save-mode) - ("S" . magit-wip-after-save-local-mode)) + ("s" . magit-wip-after-save-local-mode) + ("S" . magit-wip-after-save-mode)) (magit-define-popup-action 'magit-log-popup ?w "Log current WIP" 'magit-wip-log-current) -- cgit v1.2.3