updated on Wed Jan 25 08:34:36 UTC 2012
[aur-mirror.git] / emacs-template / emacs-template.install
blob78d2965212d320578753e80087952873de50545c
1 post_install() {
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."
10 post_upgrade() {
11   post_install
14 post_remove() {
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"