Skip to content

Commit

Permalink
recipes: fix the color-theme recipe
Browse files Browse the repository at this point in the history
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.
  • Loading branch information
jszakmeister committed Aug 22, 2012
1 parent c343e6f commit 45e768c
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion recipes/color-theme
Original file line number Diff line number Diff line change
@@ -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"))

0 comments on commit 45e768c

Please sign in to comment.