Emacs mode for reading Cmm
Johan Tibell
johan.tibell at gmail.com
Fri Mar 9 23:31:13 CET 2012
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
More information about the Glasgow-haskell-users
mailing list