branch: master commit 705915700e4b6fa92e069e32a72372008bc2282d Author: Jackson Ray Hamilton <jack...@jacksonrayhamilton.com> Commit: Jackson Ray Hamilton <jack...@jacksonrayhamilton.com>
Add note on byte compilation. --- README.md | 7 +++++++ 1 files changed, 7 insertions(+), 0 deletions(-) diff --git a/README.md b/README.md index 9536242..d8b6033 100644 --- a/README.md +++ b/README.md @@ -52,6 +52,13 @@ cd ~/.emacs.d/ git clone https://github.com/jacksonrayhamilton/context-coloring.git ``` +- Byte-compile the package for improved speed. + +```bash +cd context-coloring/ +make compile +``` + - Add the following to your `~/.emacs` file: ```lisp