Open samestep opened 9 years ago
I haven't found a solution, but just in case anyone else has this problem, I would recommend using Bozhidar Batsov's Emacs Solarized theme (solarized-theme
in MELPA) instead of this one, as it displays trailing whitespace in git diff
properly.
When I run
emacs -q
, open Term mode usingM-x term
, and rungit diff
in one of my repositories, any trailing whitespace is displayed as a bright red box. If I then enable Solarized...... and run
git diff
again, the trailing whitespace does not show up. How can I fix this problem?