help-gnu-emacs
[Top][All Lists]
Advanced

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

help company-web does not start auto complete while typing


From: Krishnakant
Subject: help company-web does not start auto complete while typing
Date: Sat, 11 Mar 2017 12:12:54 +0530
User-agent: Mozilla/5.0 (X11; Linux x86_64; rv:45.0) Gecko/20100101 Thunderbird/45.7.0

Dear all,

I have this veard problem where company-web does not start completion in web mode.

Here is the part of my init.el in context.


(require 'company)
(require 'company-web-html) ; load company mode html backend
(add-hook 'web-mode-hook 'company-mode)


Do I need some function in the hook for web-mode to further refine this?

Any thing else I haven't done?

I wish to use web-mode for all my html,css and javascript work.

I also have company-tern installed.

Happy hacking.

Krishnakant.




reply via email to

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