This is just an initial release. Many updates are required to increase functionality, but for now syntax highlighting has been enabled.
- Place the "mtl-mode" file in your .emacs.d/lisp directory (create if it does not exist)
- Add the following code to the emacs init file:
(add-to-list 'load-path "~/.emacs.d/lisp/")
(load "mtl-mode")