]> code.delx.au - gnu-emacs-elpa/commitdiff
Removed reference to deprecated yasnippet-bundle in README.mdown
authorJoão Távora <joaotavora@gmail.com>
Sun, 26 Feb 2012 20:46:25 +0000 (20:46 +0000)
committerJoão Távora <joaotavora@gmail.com>
Sun, 26 Feb 2012 20:46:25 +0000 (20:46 +0000)
README.mdown

index aac17261456a3efeb9be65fa1281e80a93df724e..a46fbe36e006152a9d8014475ab4369282b56609 100644 (file)
@@ -29,7 +29,7 @@ Add the following in your `.emacs` file:
 
     (add-to-list 'load-path
                   "~/.emacs.d/plugins/yasnippet")
-    (require 'yasnippet) ;; not yasnippet-bundle
+    (require 'yasnippet)
     (yas/global-mode 1)
 
 Add your own snippets to `~/.emacs.d/snippets` by placing files there or invoking `yas/new-snippet`.