Back to Capnproto

README

highlighting/emacs/README.md

1.4.0256 B
Original 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)