emacs-elpa-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[elpa] master a62e98e 260/271: Update header installation instructions.


From: Jackson Ray Hamilton
Subject: [elpa] master a62e98e 260/271: Update header installation instructions.
Date: Thu, 05 Feb 2015 18:31:48 +0000

branch: master
commit a62e98eecf3c8a4a296c542ff214891393a28ec0
Author: Jackson Ray Hamilton <address@hidden>
Commit: Jackson Ray Hamilton <address@hidden>

    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:
 



reply via email to

[Prev in Thread] Current Thread [Next in Thread]