solarized-emacs

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

commit 5f7cb2e6ec7c9684a3f20627b0c1a9fe9d7a3ead
parent cb3a5ef2431321001736a99c79898c251f620931
Author: Bozhidar Batsov <bozhidar.batsov@gmail.com>
Date:   Sun,  4 Dec 2011 00:19:42 +0200

fixed a typo

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

diff --git a/solarized-theme-pkg.el b/solarized-theme-pkg.el @@ -1,4 +1,4 @@ (define-package "solarized-theme" - "1.0" + "0.1" "The Solarized color theme, ported to Emacs.")