Ver código fonte

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

This avoid duplicating the version number and description.
Ryan C. Thompson 7 anos atrás
pai
commit
84e74dce6a
1 arquivos alterados com 1 adições e 1 exclusões
  1. 1 1
      Cask

+ 1 - 1
Cask

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