diff --git a/snippet-organization.html b/snippet-organization.html index 7944809..b92e1db 100644 --- a/snippet-organization.html +++ b/snippet-organization.html @@ -65,7 +65,7 @@
Once you've setup yas/root-directory , you can store snippets +
Once you've setup yas-snippet-dirs , you can store snippets inside sub-directories of these directories.
Snippet definitions are put in plain text files. They are arranged by sub-directories, and the snippet tables are named after these @@ -207,15 +207,27 @@ generated this way.
Root directory that stores the snippets for each major mode.
-If you set this from your .emacs, can also be a list of strings, -for multiple root directories. If you make this a list, the first -element is always the user-created snippets directory. Other -directories are used for bulk reloading of all snippets using -yas/reload-all
++ List of directories that store the snippets for each major mode. +
+ ++ The first element of the list is always the user-created snippets + directory. Other directories are used for bulk reloading of all snippets + using + + yas/reload-all + . +
+If non-nil, don't derive tab triggers from filenames.