Document .yas-setup.el

* doc/snippet-organization.org: Explain .yas-setup.el.
This commit is contained in:
Noam Postavsky 2016-04-27 17:08:19 -04:00
parent c0032e6e61
commit 7799aa908b

View File

@ -108,9 +108,11 @@
Yet another way to create a nice snippet menu is to write into Yet another way to create a nice snippet menu is to write into
=.yas-make-groups= a menu definition. TODO =.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 * The =.yas-compiled-snippet.el= file
@ -127,5 +129,3 @@
A =.yas-skip= file in a mode's snippet subdirectory tells YASnippet A =.yas-skip= file in a mode's snippet subdirectory tells YASnippet
not to load snippets from there. not to load snippets from there.
** TODO