solarized-emacs

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

commit 6c487cdb05e9bfdaf49bb6665454f2f072527130
parent 360df777c4f0c98d28c98d5911ce5135207264fb
Author: Thomas Frössman <thomasf@jossystem.se>
Date:   Wed, 17 Jul 2013 09:49:36 +0200

closes #72

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

diff --git a/solarized.el b/solarized.el @@ -270,7 +270,7 @@ customize the resulting theme." `(vertical-border ((,class (:foreground ,solarized-fg)))) ;; font lock - `(font-lock-builtin-face ((,class (:foreground ,solarized-fg :weigth bold)))) + `(font-lock-builtin-face ((,class (:foreground ,solarized-fg :weight bold)))) `(font-lock-comment-delimiter-face ((,class (:foreground ,solarized-comments)))) `(font-lock-comment-face ((,class (:foreground ,solarized-comments))))