1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-10-24 21:01:20 +00:00
freebsd-ports/misc/mgp-mode.el/pkg-descr
1999-10-16 07:03:31 +00:00

11 lines
326 B
Plaintext

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)