Cask 332 B

12345678910111213
  1. ;; -*- mode: emacs-lisp -*-
  2. (source gnu)
  3. (source melpa)
  4. (package "ido-ubiquitous" "4.0" "Use ido (nearly) everywhere.")
  5. (development
  6. (depends-on "seq")
  7. (depends-on "with-simulated-input"
  8. :git "https://github.com/DarwinAwardWinner/with-simulated-input.git"
  9. :files ("*.el"))
  10. (depends-on "ert-runner"))