mirror of
https://github.com/correl/melpa.git
synced 2024-12-23 11:14:57 +00:00
another code block converted to fenced block
This commit is contained in:
parent
a32e995a81
commit
0aea259ab0
1 changed files with 7 additions and 5 deletions
12
README.md
12
README.md
|
@ -79,11 +79,13 @@ Packages are specified by files in the `recipes` directory. You can
|
||||||
contribute a new package by adding a new file under `recipes` using
|
contribute a new package by adding a new file under `recipes` using
|
||||||
the following form,
|
the following form,
|
||||||
|
|
||||||
(name
|
```elisp
|
||||||
:fetcher [git|github|bzr|hg|darcs|svn|wiki]
|
(name
|
||||||
[:url "<repo url>"]
|
:fetcher [git|github|bzr|hg|darcs|svn|wiki]
|
||||||
[:repo "github-user/repo-name"]
|
[:url "<repo url>"]
|
||||||
[:files ("<file1>", ...)])
|
[:repo "github-user/repo-name"]
|
||||||
|
[:files ("<file1>", ...)])
|
||||||
|
```
|
||||||
|
|
||||||
`name`
|
`name`
|
||||||
: a lisp symbol that has the same name as the package being specified.
|
: a lisp symbol that has the same name as the package being specified.
|
||||||
|
|
Loading…
Reference in a new issue