diff options
author | Kyle Meyer <kyle@kyleam.com> | 2017-01-27 23:27:52 -0500 |
---|---|---|
committer | Kyle Meyer <kyle@kyleam.com> | 2017-01-27 23:27:52 -0500 |
commit | 01d3bc9fd7783f6704867e92877ef3e222ce1f26 (patch) | |
tree | b6af1fa9681cd797064bf020329b3db78832faa5 | |
parent | 5d1327459b37f9fa1ab46a4bdf61cdc889f97603 (diff) | |
download | emacs.d-01d3bc9fd7783f6704867e92877ef3e222ce1f26.tar.gz |
magit-wip: Don't turn on after-save-mode by default
-rw-r--r-- | init.el | 4 |
1 files changed, 1 insertions, 3 deletions
@@ -1029,9 +1029,7 @@ (magit-define-popup-action 'magit-log-popup ?w "Log current WIP" 'magit-wip-log-current) (magit-define-popup-action 'magit-log-popup - ?W "Log other WIP" 'magit-wip-log) - - (magit-wip-after-save-mode 1)) + ?W "Log other WIP" 'magit-wip-log)) (use-package km-magit :defer t |