Skip to content

Commit

Permalink
Killed trailing ,
Browse files Browse the repository at this point in the history
This was causing issues for me under 23.3.1
  • Loading branch information
Nate Mueller committed Dec 4, 2011
1 parent aefde0f commit 7234379
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion solarized-theme.el
Expand Up @@ -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))))

Expand Down

0 comments on commit 7234379

Please sign in to comment.