1
0
Fork 0
mirror of https://github.com/correl/melpa.git synced 2025-03-30 01:03:57 -09:00

recipes: fix the color-theme recipe

The current recipe failed to include the theme directory, which the
color-theme looks at by default when not customized.  In a normal Emacs
startup, the errors was quietly ignored, but part of your configuration
wouldn't work.  Fix this by including the themes/ directory, and
hopefully make installing this package a better experience for new
users.
This commit is contained in:
John Szakmeister 2012-08-22 05:33:32 -04:00
parent c343e6f734
commit 45e768c549

View file

@ -1 +1,3 @@
(color-theme :url "http://bzr.savannah.gnu.org/r/color-theme/trunk" :fetcher bzr)
(color-theme :url "http://bzr.savannah.gnu.org/r/color-theme/trunk"
:fetcher bzr
:files ("*.el" "themes"))