chiark / gitweb /
el/dot-emacs.el: Don't prompt to save other buffers on WIP save.
authorMark Wooding <mdw@distorted.org.uk>
Wed, 9 Aug 2017 09:55:55 +0000 (10:55 +0100)
committerMark Wooding <mdw@distorted.org.uk>
Wed, 9 Aug 2017 09:59:54 +0000 (10:59 +0100)
commit28509f06a05e2a8684c65cb79d7590312e657d85
treebd7245bd7ea3e0ec6766054550b04dc46a516614
parentcc54616e6cba612f6376b152870715aeba5f32c0
el/dot-emacs.el: Don't prompt to save other buffers on WIP save.

I have `magit-wip-after-save-mode' on, to save my changes into a magic
Git branch while I'm working.  This stimulates a commit on each save,
and Magit is assiduous in asking whether I want to save other buffers
visiting files tracked by the project.  I don't -- and the confirmation
prompt discombobulates me every time it appears.  Tell it this by
advising `magit-wip-commit-buffer-file' appropriately.
el/dot-emacs.el