From c28513cdf5dcad69e9b51911a9ae842cbd8168f3 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jo=C3=A3o=20T=C3=A1vora?= Date: Fri, 6 Jan 2012 11:11:31 +0000 Subject: [PATCH] Fix issue 209 --- README.mdown | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.mdown b/README.mdown index d0d7b69..aac1726 100755 --- a/README.mdown +++ b/README.mdown @@ -76,7 +76,7 @@ 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/extras/imported")) (yas/global-mode 1) Open some rails file (model, app, etc) and start using the textmate snippets.