From fbcb918e6566434f1fb450b2892d006bf591fba0 Mon Sep 17 00:00:00 2001 From: Kyle Meyer Date: Thu, 27 Jun 2019 19:55:10 -0400 Subject: Use magit-wip-mode rather than after-save variant My main motivation for this is that the log transient conditions on the value of magit-wip-mode. I never had a strong reason to not use magit-wip-mode; it's just a bit more than I need. --- init.el | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'init.el') diff --git a/init.el b/init.el index 2ebc1fb..7eebf0c 100644 --- a/init.el +++ b/init.el @@ -1047,7 +1047,7 @@ (setq git-rebase-show-instructions nil)) (use-package magit-wip - :diminish magit-wip-after-save-local-mode + :diminish magit-wip-mode :init (bind-keys :map km/magit-wip-map ("c" . magit-wip-commit) @@ -1059,7 +1059,7 @@ (setq magit-wip-merge-branch t) :config - (magit-wip-after-save-mode 1)) + (magit-wip-mode 1)) (use-package magit-extras :config -- cgit v1.2.3