We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
: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)))))
The text was updated successfully, but these errors were encountered:
@c0001 thanks a lot, that just solves my previously posted issue #11 !
Sorry, something went wrong.
Fix issue in python-mode.
b715e3e
#11 #15
Already merged. Thanks for your PR!
No branches or pull requests
This line has the excessive quote symbol,and must be:
The text was updated successfully, but these errors were encountered: