Cask 506 B

123456789101112131415161718
  1. ;; -*- mode: emacs-lisp -*-
  2. (source gnu)
  3. (source melpa)
  4. (package "ido-ubiquitous" "4.2" "Use ido (nearly) everywhere.")
  5. (depends-on "s")
  6. (development
  7. (depends-on "with-simulated-input"
  8. :git "https://github.com/DarwinAwardWinner/with-simulated-input.git"
  9. :files ("*.el"))
  10. (depends-on "buttercup"
  11. :git "https://github.com/DarwinAwardWinner/emacs-buttercup.git"
  12. :branch "show-exprs"
  13. :files ("*.el"
  14. ("bin" "bin/*"))))