Skip to content

Commit 729822f

Browse files
authored
Update readme with straight installation steps
1 parent afe549b commit 729822f

File tree

1 file changed

+8
-1
lines changed

1 file changed

+8
-1
lines changed

README.md

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,14 @@ project/framework-specific minor modes available to [Doom Emacs] users.
1717
:load-path "path/to/emacs-snippets"
1818
:after yasnippet)
1919
```
20-
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+
```
2128

2229
## Snippets API
2330
This library exposes a small API to assist you in writing your own snippets.

0 commit comments

Comments
 (0)