solarized-emacs

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

commit 267f52c2417ed0d5f5d08a6c3f76c81642b04f9c
parent cf8b6346e097f888864f685438faed4ea5ac67c4
Author: Bozhidar Batsov <bozhidar@batsov.com>
Date:   Wed, 16 Apr 2014 08:22:46 +0300

[Fix #112] Correct dash dependency

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 @@ -2,4 +2,4 @@ "solarized-theme" "1.0.0" "The Solarized color theme, ported to Emacs." - '("dash" "2.6.0")) + '((dash "2.6.0")))