We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent dd73c37 commit 5d06d9fCopy full SHA for 5d06d9f
README.md
@@ -27,7 +27,7 @@ project/framework-specific minor modes available to [Doom Emacs] users.
27
``` emacs-lisp
28
(use-package doom-snippets
29
:after yasnippet
30
- :straight (doom-snippets :type git :host github :repo "hlissner/doom-snippets" :files ("*.el" "*")))
+ :straight (doom-snippets :type git :host github :repo "doomemacs/snippets" :files ("*.el" "*")))
31
```
32
33
## Snippets API
@@ -133,4 +133,4 @@ function aliases for your convenience:
133
134
135
[yasnippet]: https://github.com/capitaomorte/yasnippet
136
-[Doom Emacs]: https://github.com/hlissner/doom-emacs
+[Doom Emacs]: https://github.com/doomemacs/doomemacs
0 commit comments