solarized-emacs

a fork of Bozhidar Batsov's solarized-emacs
git clone https://git.trogloxene.org/solarized-emacs.git
Log | Files | Refs | README

commit 8d192fc87cfd13963a8a3a8585d4f6d2ec7e9440
parent 4a8af8a4a633f0e2f9f400b4074a79ef1d9a26a3
Author: Bozhidar Batsov <bozhidar.batsov@gmail.com>
Date:   Sat,  3 Dec 2011 21:40:55 -0800

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

Killed trailing ,
Diffstat:
Msolarized-theme.el | 2+-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/solarized-theme.el b/solarized-theme.el @@ -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))))