Skip to content

Commit d4f8403

Browse files
authored
Merge pull request #4 from burinc/master
Minor correction for Doom Emacs installation
2 parents 40fac0e + d941663 commit d4f8403

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ M-x package-install eca
3030
### Doom Emacs:
3131

3232
```elisp
33-
(package! eca :recipe (:fetcher github :repo "editor-code-assistant/eca-emacs" :files ("*.el")))
33+
(package! eca :recipe (:host github :repo "editor-code-assistant/eca-emacs" :files ("*.el")))
3434
```
3535

3636
## Quickstart

0 commit comments

Comments
 (0)