Mercurial > hg > sv-dependency-builds
view src/capnproto-git-20161025/highlighting/emacs/README.md @ 78:7ea7031c0e5c pa_catalina
Apply patch from Tim Bunnell on PortAudio mailing list (2016-12-28, Mac 10.11 deprecation warning)
author | Chris Cannam |
---|---|
date | Wed, 30 Oct 2019 11:28:45 +0000 |
parents | 9530b331f8c1 |
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)) ```