Cask 386 B

1234567891011121314151617
  1. ;; -*- mode: emacs-lisp -*-
  2. (source gnu)
  3. (source melpa)
  4. (package-file "ido-completing-read+.el")
  5. (depends-on "s")
  6. (depends-on "memoize" "1.1")
  7. (development
  8. (depends-on "flx-ido")
  9. (depends-on "with-simulated-input"
  10. :git "https://github.com/DarwinAwardWinner/with-simulated-input.git"
  11. :files ("*.el"))
  12. (depends-on "buttercup")
  13. (depends-on "undercover"))