`yas/` to `yas-`

This commit is contained in:
Chris Gregory 2015-06-25 22:22:43 -05:00
parent 6c3a433ee1
commit 6e5571ec95
1 changed files with 4 additions and 4 deletions

View File

@ -12,17 +12,17 @@ Otherwise if you want the latest and greatest snippets collection proceed as fol
1. clone this repository
2. add to your .emacs the following
- `(add-to-list 'yas/root-directory "$DIRECTORY_WHERE_YOU_CLONED")`
- `(yas/initialize)`
- `(add-to-list 'yas-root-directory "$DIRECTORY_WHERE_YOU_CLONED")`
- `(yas-initialize)`
3. `M-x yas/reload-all` to activate them
3. `M-x yas-reload-all` to activate them
# Contributing
This repository has now become the default snippets repository (as a submodule) in yasnippet.
So if you have any useful snippets for any language or framework please feel free to contribute.
To study the current snippets I suggest to use M-x yas/describe-tables
To study the current snippets I suggest to use `M-x yasdescribe-tables`
which will gave a table representation of all the snippets available in the current mode.