1
0
Fork 0
mirror of https://github.com/correl/melpa.git synced 2025-03-29 17:00:08 -09:00

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"))