Browse Source

Have the Cask file get the package info from the elisp file

This avoid duplicating the version number and description.
Ryan C. Thompson 7 years ago
parent
commit
84e74dce6a
1 changed files with 1 additions and 1 deletions
  1. 1 1
      Cask

+ 1 - 1
Cask

@@ -3,7 +3,7 @@
 (source gnu)
 (source gnu)
 (source melpa)
 (source melpa)
 
 
-(package "ido-ubiquitous" "4.3" "Use ido (nearly) everywhere.")
+(package-file "ido-completing-read+.el")
 
 
 (depends-on "s")
 (depends-on "s")