Emacs Templates

Since writing brand new wtypes and wparts is a boring task and it can be partly automated, we decided to write some Emacs templates to help developers in doing it.

Download

The Emacs Templates come as a .el file that can be downloaded here.

Install

   (setq load-path (cons "PATH/TO/FOLDER" load-path))
   (load "erlang-web-template")

(Remember to change the PATH/TO/FOLDER with the path to the folder that you've just created)

Usage

   META-x tempo-template-erlang-web-wpart

   META-x tempo-template-erlang-web-wtype

EmacsTemplates (last edited 2009-04-20 10:10:01 by RobertoAloi)