Skip to content

xmg-hhu/xmg-mode

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 

Repository files navigation

xmg-mode

An Emacs major mode for editing XMG files

About

xmg-mode adds rudimentary support of XMG files to Emacs:

  • syntax highlighting
  • indentation
  • imenu support

screenshot.png

Installation

  • Put xmg-mode.el somewhere in your .emacs.d folder, e.g. under lisp.
  • 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) 

About

No description or website provided.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published