Upon save ( I think ), my emacs is deleting trailing white space. I don\'t want to commit those changes, only the parts I manually modify. Is there a way to disable that beh
Take a look at ethan-wspace. It will clean up any whitespace that you made dirty yourself. However any incorrect whitespace that was there when you opened the file is left intact. This way you can avoid those messy diffs full of whitespace changes