Skip to content

Commit 061e183

Browse files
authored
Merge pull request #65 from d1egoaz/patch-1
Update readme with straight.el installation steps
2 parents 7d1ee7f + 729822f commit 061e183

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)