Cask 312 B

123456789101112
  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 "with-simulated-input"
  7. :git "https://github.com/DarwinAwardWinner/with-simulated-input.git"
  8. :files ("*.el"))
  9. (depends-on "ert-runner"))