Removed reference to deprecated yasnippet-bundle in README.mdown

This commit is contained in:
João Távora 2012-02-26 20:46:25 +00:00
parent af81a55f39
commit 7ab75027cc

View File

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