Mercurial > hg > sv-dependency-builds
view src/capnproto-0.6.0/highlighting/emacs/README.md @ 72:7b5216b54e42
Update exclusion list
author | Chris Cannam |
---|---|
date | Fri, 25 Jan 2019 13:49:22 +0000 |
parents | 0994c39f1e94 |
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)) ```