X-Git-Url: https://code.delx.au/gnu-emacs-elpa/blobdiff_plain/782ca5ed9ca706e0f742fd43c486a5da974abad9..HEAD:/packages/yasnippet/doc/snippet-organization.org diff --git a/packages/yasnippet/doc/snippet-organization.org b/packages/yasnippet/doc/snippet-organization.org index 0f5de5219..746cff00b 100644 --- a/packages/yasnippet/doc/snippet-organization.org +++ b/packages/yasnippet/doc/snippet-organization.org @@ -108,9 +108,11 @@ Yet another way to create a nice snippet menu is to write into =.yas-make-groups= a menu definition. TODO -* TODO The =.yas-setup.el= file +* The =.yas-setup.el= file -** TODO + If there is file named =.yas-setup.el= in a mode's snippet + subdirectory, it is loaded along with the snippets. Utility + functions used by the snippets can be put here. * The =.yas-compiled-snippet.el= file @@ -127,5 +129,3 @@ A =.yas-skip= file in a mode's snippet subdirectory tells YASnippet not to load snippets from there. - -** TODO