From 7ab75027cce0bd9dee632f9438ca0c8933f76c1e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jo=C3=A3o=20T=C3=A1vora?= Date: Sun, 26 Feb 2012 20:46:25 +0000 Subject: [PATCH] Removed reference to deprecated yasnippet-bundle in README.mdown --- README.mdown | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.mdown b/README.mdown index aac1726..a46fbe3 100644 --- a/README.mdown +++ b/README.mdown @@ -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`.