summaryrefslogtreecommitdiff
path: root/init.el
diff options
context:
space:
mode:
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