el-get/recipes/color-theme-mac-classic.rcp
2011-10-16 12:33:53 -05:00

9 lines
403 B
Plaintext

(:name color-theme-mac-classic
:description "A emacs colour theme which resembles the TextMate Mac Classic colour theme."
:type git
:url "https://github.com/jbw/color-theme-mac-classic.git"
:depends color-theme
:post-init (lambda ()
(autoload 'color-theme-mac-classic "color-theme-mac-classic"
"color-theme: mac-classic" t)))