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

python mode has wrong syntax missure #15

Closed
c0001 opened this issue Jan 31, 2018 · 2 comments
Closed

python mode has wrong syntax missure #15

c0001 opened this issue Jan 31, 2018 · 2 comments

Comments

@c0001
Copy link

c0001 commented Jan 31, 2018

:init (cl-pushnew '(company-backend-with-yas 'company-anaconda) company-backends)))))

This line has the excessive quote symbol,and must be:

:init (cl-pushnew (company-backend-with-yas 'company-anaconda) company-backends)))))

@GeneKao
Copy link
Contributor

GeneKao commented Jan 31, 2018

@c0001 thanks a lot, that just solves my previously posted issue #11 !

@seagle0128
Copy link
Owner

seagle0128 commented Feb 1, 2018

Already merged. Thanks for your PR!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

3 participants