ソースを参照

Add a files declaration to Cask

This prevents cask from compiling random elisp files that I create
during testing.
Ryan C. Thompson 6 年 前
コミット
90009dd431
1 ファイル変更1 行追加0 行削除
  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")