el-get/recipes/solarized-emacs.rcp
2014-08-10 23:31:49 +03:00

10 lines
426 B
Plaintext

(:name solarized-emacs
:description "Solarized for Emacs is an Emacs port of the Solarized theme for vim, developed by Ethan Schoonover."
:website "https://github.com/bbatsov/solarized-emacs"
:minimum-emacs-version "24"
:type github
:pkgname "bbatsov/solarized-emacs"
:depends dash
:prepare (add-to-list 'custom-theme-load-path
default-directory))