
9 Mar
2012
9 Mar
'12
10:31 p.m.
Hi, I created a tiny Emacs mode for reading Cmm, which I found myself doing lately. The mode is focused on reading Cmm at the moment, not writing it. Patches are welcome. Installation: 1. Download cmm-mode.el from https://github.com/tibbe/cmm-mode 2. Put the file somewhere on your Emacs load path. 3. Add (require 'cmm-mode) to your Emacs init file. Files ending in .cmm will automatically use the Cmm mode. -- Johan