Collection of snippets for yasnippet
Go to file
2011-07-18 09:43:52 +02:00
antlr-mode move .yasnippet files to files without extension 2011-07-07 14:33:29 +02:00
applescript-mode move .yasnippet files to files without extension 2011-07-07 14:33:29 +02:00
autoconf-mode add README 2011-02-07 19:56:50 +01:00
c++-mode c++ 2011-07-14 08:05:42 +02:00
c-mode move .yasnippet files to files without extension 2011-07-07 14:33:29 +02:00
cc-mode move .yasnippet files to files without extension 2011-07-07 14:33:29 +02:00
conf-unix-mode move .yasnippet files to files without extension 2011-07-07 14:33:29 +02:00
cpp-omnet-mode move .yasnippet files to files without extension 2011-07-07 14:33:29 +02:00
emacs-lisp-mode move .yasnippet files to files without extension 2011-07-07 14:33:29 +02:00
erc-mode move .yasnippet files to files without extension 2011-07-07 14:33:29 +02:00
go-mode move .yasnippet files to files without extension 2011-07-07 14:33:29 +02:00
groovy-mode move .yasnippet files to files without extension 2011-07-07 14:33:29 +02:00
haskell-mode move .yasnippet files to files without extension 2011-07-07 14:33:29 +02:00
java-mode move .yasnippet files to files without extension 2011-07-07 14:33:29 +02:00
latex-mode move .yasnippet files to files without extension 2011-07-07 14:33:29 +02:00
lisp-interaction-mode move .yasnippet files to files without extension 2011-07-07 14:33:29 +02:00
lua-mode move .yasnippet files to files without extension 2011-07-07 14:33:29 +02:00
m4-mode move .yasnippet files to files without extension 2011-07-07 14:33:29 +02:00
makefile-automake-mode move .yasnippet files to files without extension 2011-07-07 14:33:29 +02:00
makefile-bsdmake-mode move .yasnippet files to files without extension 2011-07-07 14:33:29 +02:00
makefile-gmake-mode gnu make snips 2011-07-03 14:11:22 +02:00
makefile-mode parents 2010-11-05 12:19:39 +01:00
ned-mode move .yasnippet files to files without extension 2011-07-07 14:33:29 +02:00
nesc-mode move .yasnippet files to files without extension 2011-07-07 14:33:29 +02:00
octave-mode move .yasnippet files to files without extension 2011-07-07 14:33:29 +02:00
org-mode move .yasnippet files to files without extension 2011-07-07 14:33:29 +02:00
python-mode two more overloaded elements 2011-07-13 10:06:21 +02:00
ruby-mode move .yasnippet files to files without extension 2011-07-07 14:33:29 +02:00
sh-mode function fix 2011-07-15 20:09:06 +02:00
snippet-mode move .yasnippet files to files without extension 2011-07-07 14:33:29 +02:00
sql-mode snippets 2010-08-12 12:13:13 +02:00
text-mode python and fix the bang script 2011-07-08 18:51:27 +02:00
tuareg-mode move .yasnippet files to files without extension 2011-07-07 14:33:29 +02:00
yaml-mode yaml mode is also text 2011-07-18 09:43:52 +02:00
README.org add README 2011-02-07 19:56:50 +01:00
rename_add_contr.py remove .yasnippet extension 2011-07-07 14:32:44 +02: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 :)