Fix google-this

I hadn't noticed that the default was to take ALL .el files (despite
this being exlained in the readme), so the testing files were being
included in the build.

This fix Specifies a file to use.
This commit is contained in:
Artur Malabarba 2013-12-08 20:14:03 +00:00
parent f224dc5de5
commit c650ed8d61

View file

@ -1 +1 @@
(google-this :repo "Bruce-Connor/emacs-google-this" :fetcher github)
(google-this :repo "Bruce-Connor/emacs-google-this" :fetcher github :files ("google-this.el"))