branch: master commit 7799aa908baa043621fc9e69a460247c6c9c090b Author: Noam Postavsky <npost...@users.sourceforge.net> Commit: Noam Postavsky <npost...@users.sourceforge.net>
Document .yas-setup.el * doc/snippet-organization.org: Explain .yas-setup.el. --- doc/snippet-organization.org | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/doc/snippet-organization.org b/doc/snippet-organization.org index 0f5de52..746cff0 100644 --- a/doc/snippet-organization.org +++ b/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