docs(snippets): document how to write your own snippets

This commit is contained in:
Anh T Nguyen 2022-01-30 08:42:13 +07:00 committed by GitHub
parent 402e5eb723
commit 97ac670881
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -53,6 +53,9 @@ This module adds snippet expansions to Emacs, powered by [[doom-package:][yasnip
(package! yasnippet-snippets)
#+end_src
** Adding custom snippets
Custom snippets should be added under =$DOOMDIR/snippets/= directory. Refer to [[http://joaotavora.github.io/yasnippet/snippet-development.html][yasnippet-documentation]] on how to write snippets.
* Troubleshooting
/There are no known problems with this module./ [[doom-report:][Report one?]]