Fix issue 209

This commit is contained in:
João Távora 2012-01-06 11:11:31 +00:00
parent b1d3c90842
commit c28513cdf5

View File

@ -76,7 +76,7 @@ Then, in your .emacs file
(add-to-list 'load-path (add-to-list 'load-path
"~/.emacs.d/plugins/yasnippet") "~/.emacs.d/plugins/yasnippet")
(require '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) (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.