In this repository there is a colletion of my personal yasnippet snippets for many different Emacs modes.
- install yasnippet
- add to your .emacs the following
- (add-to-list 'yas/root-directory "$DIRECTORY_WHERE_YOU_CLONED")
- (yas/initialize)
- M-x yas/reload-all to activate them
This repository has now become the default snippets repository (as a submodule) in yasnippet. So if you have any useful snippets for any language or framework please feel free to contribute.
To study the current snippets I suggest to use M-x yas/describe-tables which will gave a table representation of all the snippets available in the current mode.
Snippets need to be generic enough to be useful for everyone, and not contain anything specific to your own system.