From cfd92598e8774d7b3097edb597fbbe3e0805fe1e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jo=C3=A3o=20T=C3=A1vora?= Date: Wed, 23 May 2012 08:13:18 +0200 Subject: [PATCH] docfix: fix #248 --- README.mdown | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/README.mdown b/README.mdown index f785efa..db5e36f 100644 --- a/README.mdown +++ b/README.mdown @@ -76,10 +76,12 @@ Then, in your .emacs file (add-to-list 'load-path "~/.emacs.d/plugins/yasnippet") (require 'yasnippet) - (setq yas/snippet-dirs '("~/.emacs.d/snippets" "~/.emacs.d/extras/imported")) + (setq yas/snippet-dirs '("~/.emacs.d/snippets" "~/.emacs.d/plugins/yasnippet/extras/imported")) (yas/global-mode 1) -Open some rails file (model, app, etc) and start using the textmate snippets. +Open some rails file (model, app, etc) and start using the textmate snippets. +Note thqt in the example above we abandon the default snippet collection on +`~/.emacs.d/plugins/yasnippet/snippets` # Documentation, issues, etc