solarized-emacs

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

commit 94112fc38c6579965151570463d82b34d801896f
parent 49871cadb5bf4e9c5f7a695533837ea1b438eecf
Author: Bozhidar Batsov <bozhidar@tradeo.com>
Date:   Sat, 13 Apr 2013 18:10:19 +0300

Make Marmalade happy

Marmalade requires the presence of a file named the
same way as the package. We should improve this in the
future.

Diffstat:
Asolarized-theme.el | 4++++
1 file changed, 4 insertions(+), 0 deletions(-)

diff --git a/solarized-theme.el b/solarized-theme.el @@ -0,0 +1,4 @@ +(require 'solarized-dark-theme) +(require 'solarized-light-theme) + +(provide 'solarized-theme)