summaryrefslogtreecommitdiff
path: root/init.el
diff options
context:
space:
mode:
authorKyle Meyer <kyle@kyleam.com>2019-06-27 19:55:10 -0400
committerKyle Meyer <kyle@kyleam.com>2019-06-27 20:06:12 -0400
commitfbcb918e6566434f1fb450b2892d006bf591fba0 (patch)
tree7211c0d5ade4be283e2740c520c9ce33ff075ff0 /init.el
parentb6bf22734efeedd84669df46fde128fdff66657f (diff)
downloademacs.d-fbcb918e6566434f1fb450b2892d006bf591fba0.tar.gz
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.
Diffstat (limited to 'init.el')
-rw-r--r--init.el4
1 files changed, 2 insertions, 2 deletions
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