New recipes for ido-ubiquitous and ido-completing-read+

Part of ido-ubiquitous functionality has been spun out into a library
called ido-completing-read+. ido-ubiquitous has also been refactored.
Since they are both in the same git repo, now the recipes need to
specify specific files.
This commit is contained in:
Ryan C. Thompson 2015-04-08 17:59:38 -07:00
parent 47d5b3c931
commit cdfd6efd8d
2 changed files with 4 additions and 2 deletions

View file

@ -0,0 +1,2 @@
(ido-completing-read+ :repo "DarwinAwardWinner/ido-ubiquitous" :fetcher github
:files ("ido-completing-read+.el"))

View file

@ -1,2 +1,2 @@
(ido-ubiquitous :repo "DarwinAwardWinner/ido-ubiquitous" :fetcher github)
(ido-ubiquitous :repo "DarwinAwardWinner/ido-ubiquitous" :fetcher github
:files ("ido-ubiquitous.el"))