Skip to content

Latest commit

 

History

History
11 lines (9 loc) · 365 Bytes

README.org

File metadata and controls

11 lines (9 loc) · 365 Bytes

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