head	1.1;
access;
symbols;
locks; strict;
comment	@# @;


1.1
date	2003.07.31.17.37.27;	author shige;	state Exp;
branches;
next	;


desc
@@


1.1
log
@Add elisp/emacsen ports in the ports tree @@ 2003/07/31
@
text
@$FreeBSD$
mgp-mode.el is a mode of Emacs for editing MagicPoint files.

Put the expression below into your ~/.emacs. (for example)

    (setq auto-mode-alist
          (cons '("\\.mgp?\\'" . mgp-mode) 
             auto-mode-alist))
    (autoload 'mgp-mode "mgp-mode")
    (setq mgp-options "-g 800x600")
    (setq mgp-window-height 6)
@
