el-get/recipes/color-theme-desert.rcp

9 lines
354 B
Plaintext
Raw Normal View History

(:name color-theme-desert
:description "A port of VIM's desert color theme to Emacs."
:type git
2011-06-02 07:22:25 +08:00
:url "https://github.com/superbobry/color-theme-desert.git"
:depends color-theme
2011-10-17 01:33:53 +08:00
:post-init (lambda ()
(autoload 'color-theme-desert "color-theme-desert"
"color-theme: desert" t)))