Move define-docset! calls to modules

This commit is contained in:
Henrik Lissner 2016-02-20 15:30:30 -05:00
parent b220872cc6
commit b2a3ab90b3
10 changed files with 20 additions and 15 deletions

View file

@ -5,6 +5,7 @@
:interpreter "node"
:init
(define-repl! js2-mode nodejs-repl)
(define-docset! js2-mode "js,javascript,nodejs,angularjs")
:config
(setq-default
js2-skip-preprocessor-directives t