diff options
author | Kyle Meyer <kyle@kyleam.com> | 2016-02-14 12:48:40 -0500 |
---|---|---|
committer | Kyle Meyer <kyle@kyleam.com> | 2016-02-14 12:48:40 -0500 |
commit | 91a5a0f229b3ad46c4bb767d70af696bc4c8d748 (patch) | |
tree | 6179f25f734f4669f7eb1ae880115996ae842e3d | |
parent | 1c4ec3808d1297bbda578f0812c23462e6c0a90d (diff) | |
download | emacs.d-91a5a0f229b3ad46c4bb767d70af696bc4c8d748.tar.gz |
Diminish magit-wip-after-save-mode
-rw-r--r-- | init.el | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -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) |