From 97ac6708815522c6e2c47a1f4de3fe48f22ef560 Mon Sep 17 00:00:00 2001 From: Anh T Nguyen Date: Sun, 30 Jan 2022 08:42:13 +0700 Subject: [PATCH] docs(snippets): document how to write your own snippets --- modules/editor/snippets/README.org | 3 +++ 1 file changed, 3 insertions(+) diff --git a/modules/editor/snippets/README.org b/modules/editor/snippets/README.org index 1058e225f..a6c62706d 100644 --- a/modules/editor/snippets/README.org +++ b/modules/editor/snippets/README.org @@ -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?]]