diff --git a/README.md b/README.md index 6c8e555..649f71d 100644 --- a/README.md +++ b/README.md @@ -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.