From 124a59dfe90984f8c4b1d224633e6691d0429f65 Mon Sep 17 00:00:00 2001
From: "Duong H. Nguyen"
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.