solarized-emacs

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

commit cb3a5ef2431321001736a99c79898c251f620931
parent 4ac37fe58c6629a6a473570a91ad7e3427eb6a74
Author: Bozhidar Batsov <bozhidar.batsov@gmail.com>
Date:   Sat,  3 Dec 2011 23:19:56 +0200

prepare for marmalade

Diffstat:
Msolarized-core.el | 4++++
Asolarized-theme-pkg.el | 4++++
2 files changed, 8 insertions(+), 0 deletions(-)

diff --git a/solarized-core.el b/solarized-core.el @@ -450,6 +450,10 @@ '(ansi-color-names-vector [solarized-bg red green yellow blue magenta cyan solarized-fg]))) +;;;###autoload +(add-to-list 'custom-theme-load-path + (file-name-as-directory (file-name-directory load-file-name))) + ;; Local Variables: ;; no-byte-compile: t ;; End: diff --git a/solarized-theme-pkg.el b/solarized-theme-pkg.el @@ -0,0 +1,4 @@ +(define-package + "solarized-theme" + "1.0" + "The Solarized color theme, ported to Emacs.")