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.
2 parents 7d1ee7f + 729822f commit 061e183Copy full SHA for 061e183
README.md
@@ -17,7 +17,14 @@ project/framework-specific minor modes available to [Doom Emacs] users.
17
:load-path "path/to/emacs-snippets"
18
:after yasnippet)
19
```
20
-
+
21
+ + [straight.el](https://github.com/raxod502/straight.el) users can use:
22
23
+ ``` emacs-lisp
24
+ (use-package doom-snippets
25
+ :after yasnippet
26
+ :straight (doom-snippets :type git :host github :repo "hlissner/doom-snippets" :files ("*.el" "*")))
27
+ ```
28
29
## Snippets API
30
This library exposes a small API to assist you in writing your own snippets.
0 commit comments