summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--init.el1
1 files changed, 1 insertions, 0 deletions
diff --git a/init.el b/init.el
index beadab3..beea3cd 100644
--- a/init.el
+++ b/init.el
@@ -874,6 +874,7 @@
(use-package magit-wip
:defer t
+ :diminish magit-wip-after-save-local-mode
:config
(bind-keys :map km/magit-wip-map
("a" . magit-wip-after-apply-mode)