/yasnippet-snippets

a collection of yasnippet snippets for many languages

Primary LanguagePerl

My snippets

In this repository there is a colletion of my personal yasnippet snippets for many different Emacs modes.

To try them out:

  1. install yasnippet
  2. add to your .emacs the following
    • (add-to-list ‘yas/root-directory “$DIRECTORY_WHERE_YOU_CLONED”)
    • (yas/initialize)
  3. M-x yas/reload-all to activate them