Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

html isn't auto completing (probably user error?) #35

Open
chadhs opened this issue Jan 6, 2016 · 0 comments
Open

html isn't auto completing (probably user error?) #35

chadhs opened this issue Jan 6, 2016 · 0 comments

Comments

@chadhs
Copy link

chadhs commented Jan 6, 2016

i'm wondering what i'm doing wrong to get ac-html to work for me with html files. i'd love to add to the wiki/docs if i can figure out where i went wrong. thanks!

here's my configuration:

(defun setup-ac-for-html ()
  (require 'ac-html)
  (require 'ac-html-default-data-provider)
  (ac-html-enable-data-provider 'ac-html-default-data-provider)
  (ac-html-setup)
  (setq ac-sources '(ac-source-html-tag
                     ac-source-html-attr
                     ac-source-html-attrv)))
(add-hook 'html-mode-hook 'setup-ac-for-html)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant