2 echo "Add the following lines into your init file:"
3 echo " (require 'template)"
4 echo " (template-initialize)"
5 echo "You might want to copy the template files"
6 echo "/usr/share/doc/emacs-template/*.tpl to"
7 echo "~/.templates/ and change them according to your preferences."
15 echo "Delete the files in ~/.templates, if you do not need them any longer"
16 echo "Remove the lines (require 'template) and (template-initialize)"
17 echo " from your init file .emacs"