js: remove company-yasnippet backend
This commit is contained in:
parent
26e3762274
commit
e4c00ebe7b
1 changed files with 1 additions and 1 deletions
|
@ -6,7 +6,7 @@
|
||||||
:init (add-hook 'js2-mode-hook 'tern-mode)
|
:init (add-hook 'js2-mode-hook 'tern-mode)
|
||||||
:config
|
:config
|
||||||
(def-repl! js2-mode nodejs-repl)
|
(def-repl! js2-mode nodejs-repl)
|
||||||
(def-company-backend! js2-mode (tern yasnippet))
|
(def-company-backend! js2-mode (tern))
|
||||||
(def-docset! js2-mode "js,jquery,nodejs,angularjs,express")
|
(def-docset! js2-mode "js,jquery,nodejs,angularjs,express")
|
||||||
(def-electric! js2-mode :chars (?\} ?\) ?.) :words ("||" "&&"))
|
(def-electric! js2-mode :chars (?\} ?\) ?.) :words ("||" "&&"))
|
||||||
(setq-default
|
(setq-default
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue