From 6e5571ec95f0a877e6b5568ea7206d72a90baa94 Mon Sep 17 00:00:00 2001 From: Chris Gregory Date: Thu, 25 Jun 2015 22:22:43 -0500 Subject: [PATCH] `yas/` to `yas-` --- README.md | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) 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.