prepare for marmalade

This commit is contained in:
Bozhidar Batsov 2011-12-03 23:19:56 +02:00
parent 4ac37fe58c
commit cb3a5ef243
2 changed files with 8 additions and 0 deletions

View file

@ -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:

4
solarized-theme-pkg.el Normal file
View file

@ -0,0 +1,4 @@
(define-package
"solarized-theme"
"1.0"
"The Solarized color theme, ported to Emacs.")