view src/capnproto-git-20161025/highlighting/emacs/README.md @ 137:b38f6c5a0453

Remove compiler/platform combos we don't support
author Chris Cannam <cannam@all-day-breakfast.com>
date Wed, 26 Oct 2016 13:25:08 +0100
parents 1ac99bfc383d
children
line wrap: on
line source
Syntax Coloring for Emacs
=========================

How to use:

Add this to your .emacs file (altering the path to wherever your
capnproto directory lives):

```elisp
(add-to-list 'load-path "~/src/capnproto/highlighting/emacs")
(require 'capnp-mode)
(add-to-list 'auto-mode-alist '("\\.capnp\\'" . capnp-mode))
```