
4 Nov
2009
4 Nov
'09
10:49 a.m.
Hi List, this is rather trivial, but maybe someone else finds these useful: darcs get http://code.haskell.org/~daniels/haskell-snippets/ Especially the LANGUAGE ones have saved me quite some typing :) Additions welcome. Usage: If not already installed, get YASnippet: http://code.google.com/p/yasnippet/ and put this into your .emacs: (load-file "some-path/haskell-snippets.el") to expand a snippet, just enter the macro string (these are listed in the haskell-snippets.el file) and press <tab>. If the snippet has holes, press <tab> again to jump to the next hole. Greetings, Daniel