Back to dash-at-point! (and zeal-at-point)

This commit is contained in:
Henrik Lissner 2016-05-26 18:43:22 -04:00
parent 7963c48600
commit 9e7749cf1d
28 changed files with 58 additions and 120 deletions

View file

@ -7,10 +7,7 @@
:config
(def-repl! js2-mode nodejs-repl)
(def-company-backend! js2-mode (tern yasnippet))
(def-docset! js2-mode
("JavaScript" "jQuery" "jQuery_Mobile" "jQuery_UI" "AngularJS" "BackboneJS"
"D3JS" "EmberJS" "ExtJS" "KnockoutJS" "MarionetteJS" "MomentJS" "NodeJS"
"PrototypeJS" "RequireJS" "SailsJS" "UnderscoreJS" "VueJS" "ZeptoJS"))
(def-docset! js2-mode "js,jquery,nodejs,angularjs,express")
(def-electric! js2-mode :chars (?\} ?\) ?.) :words ("||" "&&"))
(setq-default
js2-skip-preprocessor-directives t