Skip to content

Latest commit

 

History

History
11 lines (7 loc) · 413 Bytes

README.md

File metadata and controls

11 lines (7 loc) · 413 Bytes

Emacs Major Mode for editing Aeroflex ICT mtl files

This is just an initial release. Many updates are required to increase functionality, but for now syntax highlighting has been enabled.

INSTALLATION

  1. Place the "mtl-mode" file in your .emacs.d/lisp directory (create if it does not exist)
  2. Add the following code to the emacs init file:

(add-to-list 'load-path "~/.emacs.d/lisp/")

(load "mtl-mode")