Codebase list ido-ubiquitous / upstream/4.7 Cask
upstream/4.7

Tree @upstream/4.7 (Download .tar.gz)

Cask @upstream/4.7raw · history · blame

;; -*- mode: emacs-lisp -*-

(source gnu)
(source melpa)

(package-file "ido-completing-read+.el")

(depends-on "s")
(depends-on "memoize" "1.1")

(development
 (depends-on "flx-ido")
 (depends-on "with-simulated-input"
             :git "https://github.com/DarwinAwardWinner/with-simulated-input.git"
             :files ("*.el"))
 (depends-on "buttercup")
 (depends-on "undercover"))