An Emacs major mode for editing XMG files
xmg-mode
adds rudimentary support of XMG files to Emacs:
- syntax highlighting
- indentation
imenu
support
- Put
xmg-mode.el
somewhere in your.emacs.d
folder, e.g. underlisp
. - Put the following code in your
init.el
:
(load-file "/relative/path/to/xmg-mode.el") ; only if it's not in your load-path
(require 'xmg-mode)