Mercurial > hg > sv-dependency-builds
view src/capnproto-0.6.0/highlighting/emacs/README.md @ 79:91c729825bca pa_catalina
Update build for AUDIO_COMPONENT_FIX
author | Chris Cannam |
---|---|
date | Wed, 30 Oct 2019 12:40:34 +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)) ```