-
Notifications
You must be signed in to change notification settings - Fork 6
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
dependency flycheck
is not handled right
#32
Comments
Yeah, I can commented about this when I saw #29. Given there's an explicit config option for using it, I don't think |
Looking to: #33 |
Yeah, you can merge #33 - it will solve the immediate problem. |
Thank you! I'll leave it open to come up with something more “standard”. Thank you very much for your help! |
It looks like an optional dependency. If so, it should not be used with
(require 'flycheck)
. Otherwise, installing it from MELPA triggers errors. Steps to reproduce:*Compile-Log*
bufferOne way to avoid that error is to change
(require 'flycheck)
to(require 'flycheck nil t)
.The text was updated successfully, but these errors were encountered: