view src/capnproto-git-20161025/highlighting/emacs/README.md @ 149:279b18cc7785

Update Win32 capnp builds to v0.6
author Chris Cannam <cannam@all-day-breakfast.com>
date Tue, 23 May 2017 09:16:54 +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))
```