File tree Expand file tree Collapse file tree 2 files changed +6
-6
lines changed Expand file tree Collapse file tree 2 files changed +6
-6
lines changed Original file line number Diff line number Diff line change @@ -177,12 +177,12 @@ Specify dependencies in **recipe** format:
177
177
178
178
``` elisp
179
179
(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" )
182
182
183
183
(depends-on "lsp-ui"
184
- :repo "emacs-lsp/lsp-ui"
185
184
:fetcher 'github
185
+ :repo "emacs-lsp/lsp-ui"
186
186
:files '(:defaults "lsp-ui-doc.html" "resources"))
187
187
```
188
188
Original file line number Diff line number Diff line change @@ -173,12 +173,12 @@ weight: 200
173
173
174
174
``` elisp
175
175
(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" )
178
178
179
179
(depends-on "lsp-ui"
180
- :repo "emacs-lsp/lsp-ui"
181
180
:fetcher 'github
181
+ :repo "emacs-lsp/lsp-ui"
182
182
:files '(:defaults "lsp-ui-doc.html" "resources"))
183
183
```
184
184
You can’t perform that action at this time.
0 commit comments