Yasnippet Basic Setup and Explanation of Syntax
My Latest Settings as of
;; Yasnippet (require 'yasnippet) (yas-global-mode 1) (setq yas-indent-line (quote none))
Snippet libraries
The snippet syntax is inspired from TextMate's syntax, you can even import most TextMate templates to YASnippet.