summaryrefslogtreecommitdiff
path: root/init.el
diff options
context:
space:
mode:
authorKyle Meyer <kyle@kyleam.com>2016-02-14 12:48:40 -0500
committerKyle Meyer <kyle@kyleam.com>2016-02-14 12:48:40 -0500
commit91a5a0f229b3ad46c4bb767d70af696bc4c8d748 (patch)
tree6179f25f734f4669f7eb1ae880115996ae842e3d /init.el
parent1c4ec3808d1297bbda578f0812c23462e6c0a90d (diff)
downloademacs.d-91a5a0f229b3ad46c4bb767d70af696bc4c8d748.tar.gz
Diminish magit-wip-after-save-mode
Diffstat (limited to 'init.el')
-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)