Skip to content

Commit

Permalink
install jss chrome debugger interface
Browse files Browse the repository at this point in the history
  • Loading branch information
langmartin committed Mar 19, 2013
1 parent b82b168 commit 1364c9e
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 1 deletion.
3 changes: 3 additions & 0 deletions .gitmodules
@@ -1,3 +1,6 @@
[submodule "bbdb-vcard"]
path = bbdb-vcard
url = git://github.com/trebb/bbdb-vcard.git
[submodule "jss"]
path = jss
url = https://github.com/segv/jss.git
1 change: 1 addition & 0 deletions jss
Submodule jss added at eac264
2 changes: 1 addition & 1 deletion rc-javascript.el
Expand Up @@ -72,7 +72,7 @@
(defalias 'rc-javascript-mode 'js-mode))

(require 'embed-js-mode-js2)

(rc-js2-mode)
(require 'jss)

(provide 'rc-javascript)
1 change: 1 addition & 0 deletions rc-package.el
Expand Up @@ -47,6 +47,7 @@ Otherwise warn."
magit
maxframe
session
websocket
;; Programming modes
js2-mode
clojure-mode
Expand Down

0 comments on commit 1364c9e

Please sign in to comment.