mirror of
https://git.FreeBSD.org/ports.git
synced 2024-10-31 21:57:12 +00:00
11 lines
326 B
Plaintext
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)
|