branch: master commit a62e98eecf3c8a4a296c542ff214891393a28ec0 Author: Jackson Ray Hamilton <jack...@jacksonrayhamilton.com> Commit: Jackson Ray Hamilton <jack...@jacksonrayhamilton.com>
Update header installation instructions. --- context-coloring.el | 7 ++++++- 1 files changed, 6 insertions(+), 1 deletions(-) diff --git a/context-coloring.el b/context-coloring.el index 1f7e740..9607512 100644 --- a/context-coloring.el +++ b/context-coloring.el @@ -44,7 +44,12 @@ ;; To use, add the following to your ~/.emacs: ;; (require 'context-coloring) -;; (add-hook 'js-mode-hook 'context-coloring-mode) +;; (add-hook 'js2-mode-hook 'context-coloring-mode) + +;; js-mode or js3-mode support requires Node.js 0.10+ and the scopifier +;; executable. + +;; $ npm install -g scopifier ;;; Code: