mirror of
https://github.com/joaotavora/yasnippet.git
synced 2025-10-13 13:13:03 +00:00
Removed reference to deprecated yasnippet-bundle in README.mdown
This commit is contained in:
parent
af81a55f39
commit
7ab75027cc
@ -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`.
|
||||
|
Loading…
x
Reference in New Issue
Block a user