Collection of snippets for yasnippet
Go to file
2011-06-26 16:45:27 +02:00
antlr-mode finally corrected 2010-11-05 12:04:30 +01:00
applescript-mode finally corrected 2010-11-05 12:04:30 +01:00
autoconf-mode add README 2011-02-07 19:56:50 +01:00
c++-mode refactor c/c++ 2011-02-14 22:16:55 +01:00
c-mode refactor c/c++ 2011-02-14 22:16:55 +01:00
cc-mode refactor c/c++ 2011-02-14 22:16:55 +01:00
conf-unix-mode remove unused and fix latex snippets 2011-05-29 14:55:01 +02:00
cpp-omnet-mode finally corrected 2010-11-05 12:04:30 +01:00
emacs-lisp-mode autoload magic string 2011-02-20 16:58:55 +01:00
erc-mode finally corrected 2010-11-05 12:04:30 +01:00
go-mode finally corrected 2010-11-05 12:04:30 +01:00
groovy-mode finally corrected 2010-11-05 12:04:30 +01:00
haskell-mode finally corrected 2010-11-05 12:04:30 +01:00
java-mode merge java/jde snippets, jde is not used anymore anyway 2011-02-18 11:54:16 +01:00
latex-mode small fixes 2011-05-30 19:20:37 +02:00
lisp-interaction-mode finally corrected 2010-11-05 12:04:30 +01:00
lua-mode finally corrected 2010-11-05 12:04:30 +01:00
m4-mode finally corrected 2010-11-05 12:04:30 +01:00
makefile-automake-mode finally corrected 2010-11-05 12:04:30 +01:00
makefile-bsdmake-mode finally corrected 2010-11-05 12:04:30 +01:00
makefile-mode parents 2010-11-05 12:19:39 +01:00
ned-mode finally corrected 2010-11-05 12:04:30 +01:00
nesc-mode finally corrected 2010-11-05 12:04:30 +01:00
octave-mode finally corrected 2010-11-05 12:04:30 +01:00
org-mode label snippet 2011-04-05 16:09:33 +02:00
python-mode new python snippets 2011-06-26 16:45:27 +02:00
ruby-mode ruby utils 2011-03-20 20:35:17 +01:00
sh-mode more python nice things 2011-03-15 11:55:24 +01:00
snippet-mode finally corrected 2010-11-05 12:04:30 +01:00
sql-mode snippets 2010-08-12 12:13:13 +02:00
text-mode remove unused and fix latex snippets 2011-05-29 14:55:01 +02:00
tuareg-mode finally corrected 2010-11-05 12:04:30 +01:00
yaml-mode finally corrected 2010-11-05 12:04:30 +01:00
README.org add README 2011-02-07 19:56:50 +01:00
rename_add_contr.py finally corrected 2010-11-05 12:04:30 +01:00

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

If you would like to try them git clone

they are usable by yasnippet and to try them out

  1. install yasnippet
  2. clone this repository with git clone git://github.com/AndreaCrotti/yasnippet-snippets.git
  3. add to your .emacs the following

    • (add-to-list 'yas/root-directory "$DIRECTORY_WHERE_YOU_CLONED")
    • (yas/initialize)

and it should be all :)