]> code.delx.au - gnu-emacs-elpa/commitdiff
docfix: fix #248
authorJoão Távora <joaotavora@gmail.com>
Wed, 23 May 2012 06:13:18 +0000 (08:13 +0200)
committerJoão Távora <joaotavora@gmail.com>
Wed, 23 May 2012 06:13:18 +0000 (08:13 +0200)
README.mdown

index f785efa75e02d2dc79121747975d1c6b2432ffd3..db5e36f5ffeb68c22c9fe8f4a7d0449b3b5019d1 100644 (file)
@@ -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