Browse Source

Add a files declaration to Cask

This prevents cask from compiling random elisp files that I create
during testing.
Ryan C. Thompson 6 years ago
parent
commit
90009dd431
1 changed files with 1 additions and 0 deletions
  1. 1 0
      Cask

+ 1 - 0
Cask

@@ -2,6 +2,7 @@
 (source melpa)
 
 (package-file "ido-completing-read+.el")
+(files "ido-completing-read+.el" "ido-ubiquitous.el")
 
 (depends-on "memoize" "1.1")