Skip to content

Commit 0735bb2

Browse files
committed
docs: Match recipe convention
1 parent 5b89915 commit 0735bb2

File tree

2 files changed

+6
-6
lines changed

2 files changed

+6
-6
lines changed

docs/content/DSL/_index.en.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -177,12 +177,12 @@ Specify dependencies in **recipe** format:
177177

178178
```elisp
179179
(depends-on "auto-rename-tag"
180-
:repo "jcs-elpa/auto-rename-tag"
181-
:fetcher 'github)
180+
:fetcher 'github
181+
:repo "jcs-elpa/auto-rename-tag")
182182
183183
(depends-on "lsp-ui"
184-
:repo "emacs-lsp/lsp-ui"
185184
:fetcher 'github
185+
:repo "emacs-lsp/lsp-ui"
186186
:files '(:defaults "lsp-ui-doc.html" "resources"))
187187
```
188188

docs/content/DSL/_index.zh-tw.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -173,12 +173,12 @@ weight: 200
173173

174174
```elisp
175175
(depends-on "auto-rename-tag"
176-
:repo "jcs-elpa/auto-rename-tag"
177-
:fetcher 'github)
176+
:fetcher 'github
177+
:repo "jcs-elpa/auto-rename-tag")
178178
179179
(depends-on "lsp-ui"
180-
:repo "emacs-lsp/lsp-ui"
181180
:fetcher 'github
181+
:repo "emacs-lsp/lsp-ui"
182182
:files '(:defaults "lsp-ui-doc.html" "resources"))
183183
```
184184

0 commit comments

Comments
 (0)