Collection of snippets for yasnippet
Go to file
Andrea Crotti 8d6d521c89 add a whole bunch of snippets taken from other people 2011-11-03 14:07:34 +00: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
cmake-mode cmake snips 2011-10-28 14:54:55 +01: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
css-mode add a whole bunch of snippets taken from other people 2011-11-03 14:07:34 +00:00
emacs-lisp-mode add a whole bunch of snippets taken from other people 2011-11-03 14:07:34 +00:00
erc-mode move .yasnippet files to files without extension 2011-07-07 14:33:29 +02:00
erlang-mode add a whole bunch of snippets taken from other people 2011-11-03 14:07:34 +00:00
f90-mode add a whole bunch of snippets taken from other people 2011-11-03 14:07:34 +00: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
html-mode add a whole bunch of snippets taken from other people 2011-11-03 14:07:34 +00: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
ledger-mode add ledger-mode directory 2011-10-12 11:32:04 +01: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 phony targets 2011-07-18 11:08:42 +02:00
makefile-mode parents 2010-11-05 12:19:39 +01:00
markdown-mode add a whole bunch of snippets taken from other people 2011-11-03 14:07:34 +00: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
nxml-mode add a whole bunch of snippets taken from other people 2011-11-03 14:07:34 +00: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 add a whole bunch of snippets taken from other people 2011-11-03 14:07:34 +00:00
rst-mode cmake / python / rst snippets 2011-10-21 17:14:36 +01:00
ruby-mode add a whole bunch of snippets taken from other people 2011-11-03 14:07:34 +00:00
scala-mode add a whole bunch of snippets taken from other people 2011-11-03 14:07:34 +00: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 add a whole bunch of snippets taken from other people 2011-11-03 14:07:34 +00:00
text-mode remove space 2011-10-05 15:55:52 +01:00
tuareg-mode move .yasnippet files to files without extension 2011-07-07 14:33:29 +02:00
udev-mode kernel != 2011-07-25 10:11:57 +02:00
yaml-mode yaml mode is also text 2011-07-18 09:43:52 +02:00
README.org make the README more clear 2011-07-18 09:46:27 +02:00
rename_add_contr.py remove .yasnippet extension 2011-07-07 14:32:44 +02:00

README.org

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. 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)
  4. M-x yas/reload-all to activate them