Merge pull request #4 from natemueller/fix-yellow-typo

Killed trailing ,
This commit is contained in:
Bozhidar Batsov 2011-12-03 21:40:55 -08:00
commit 8d192fc87c

View file

@ -409,7 +409,7 @@
`(whitespace-trailing ((,class (:foreground ,red :background ,solarized-bg))))
`(whitespace-line ((,class (:background ,solarized-bg :foreground ,magenta))))
`(whitespace-space-before-tab ((,class (:background ,orange :foreground ,orange))))
`(whitespace-indentation ((,class (:background ,yellow, :foreground ,red))))
`(whitespace-indentation ((,class (:background ,yellow :foreground ,red))))
`(whitespace-empty ((,class (:background ,yellow :foreground ,red))))
`(whitespace-space-after-tab ((,class (:background ,yellow :foreground ,red))))