solarized-emacs

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

commit e695fa100c19bf417e762463acc76d97c4961c90
parent 8b09748c89f595fd2ec4cb290313efd712545469
Author: Noam Postavsky <npostavs@gmail.com>
Date:   Fri,  4 May 2012 17:07:02 -0400

remove spurious comma

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

diff --git a/solarized-theme.el b/solarized-theme.el @@ -444,7 +444,7 @@ `(org-upcoming-deadline ((,class (:bold t :foreground ,yellow )))) `(org-warning ((,class (:bold t :foreground ,orange :weight bold :underline t)))) ;; org-habit (clear=blue, ready=green, alert=yellow, overdue=red. future=lower contrast) - `(org-habit-clear-face ((,class (:background ,blue-lc, :foreground ,blue-hc)))) + `(org-habit-clear-face ((,class (:background ,blue-lc :foreground ,blue-hc)))) `(org-habit-clear-future-face ((,class (:background ,blue-lc)))) `(org-habit-ready-face ((,class (:background ,green-lc :foreground ,green)))) `(org-habit-ready-future-face ((,class (:background ,green-lc))))