mirror of
https://github.com/correl/melpa.git
synced 2024-12-23 03:00:12 +00:00
Merge pull request #2670 from DarwinAwardWinner/ido-ubiquitous-refactor
New recipes for ido-ubiquitous and ido-completing-read+
This commit is contained in:
commit
4a227a6d44
3 changed files with 11 additions and 9 deletions
14
README.md
14
README.md
|
@ -267,17 +267,17 @@ causes the default value shown above to be prepended to the specified file list.
|
|||
|
||||
### Example: Single File Repository
|
||||
|
||||
[ido-ubiquitous](https://github.com/DarwinAwardWinner/ido-ubiquitous) is a repository that contains two files:
|
||||
[smex](https://github.com/nonsequitur/smex) is a repository that
|
||||
contains two files:
|
||||
|
||||
* `README.md`
|
||||
* `ido-ubiquitous.el`
|
||||
* `README.markdown`
|
||||
* `smex.el`
|
||||
|
||||
Since there is only one `.el` file, this package only needs the `:url` and `:fetcher` specified,
|
||||
Since there is only one `.el` file, this package only needs the `:url`
|
||||
and `:fetcher` specified,
|
||||
|
||||
```lisp
|
||||
(ido-ubiquitous
|
||||
:url "https://github.com/DarwinAwardWinner/ido-ubiquitous.git"
|
||||
:fetcher git)
|
||||
(smex :repo "nonsequitur/smex" :fetcher github)
|
||||
```
|
||||
|
||||
### Example: Multiple Packages in one Repository
|
||||
|
|
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