mirror of
https://github.com/correl/melpa.git
synced 2024-11-14 11:09:31 +00:00
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:
parent
47d5b3c931
commit
cdfd6efd8d
2 changed files with 4 additions and 2 deletions
2
recipes/ido-completing-read+
Normal file
2
recipes/ido-completing-read+
Normal file
|
@ -0,0 +1,2 @@
|
|||
(ido-completing-read+ :repo "DarwinAwardWinner/ido-ubiquitous" :fetcher github
|
||||
:files ("ido-completing-read+.el"))
|
|
@ -1,2 +1,2 @@
|
|||
(ido-ubiquitous :repo "DarwinAwardWinner/ido-ubiquitous" :fetcher github)
|
||||
|
||||
(ido-ubiquitous :repo "DarwinAwardWinner/ido-ubiquitous" :fetcher github
|
||||
:files ("ido-ubiquitous.el"))
|
||||
|
|
Loading…
Reference in a new issue