My snippets
In this repository there is a colletion of my personal yasnippet snippets for many different Emacs modes.
To try them out:
- 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