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 @@
  • YASnippet bundle
  • Customizable variables
  • @@ -125,7 +125,7 @@ also create or download more directories.

    Organizing snippets

    -

    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.

    Customizable variables

    -
    -

    yas/root-directory

    -

    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

    +
    + +

    + yas-snippet-dirs +

    + +

    + 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 + . +

    +
    +

    yas/ignore-filenames-as-triggers

    If non-nil, don't derive tab triggers from filenames.