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:
parent
c343e6f734
commit
45e768c549
1 changed files with 3 additions and 1 deletions
|
@ -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"))
|
||||
|
|
Loading…
Add table
Reference in a new issue