Commit 606595c
committed
Fix flycheck integration both when exists and not
- Flycheck executable should now be
`flycheck-solidity-checker-executable` with the latest flycheck
versions
- If flycheck is not there it's not sufficient to simply do
`(when (require 'flycheck nil 'noerror) .. )`. You also have to wrap
in `(eval-when-compile ... )`. This should address #8 and the errors
the users are seeing there.1 parent aaae7a5 commit 606595c
1 file changed
+2
-2
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
384 | 384 | | |
385 | 385 | | |
386 | 386 | | |
387 | | - | |
| 387 | + | |
388 | 388 | | |
389 | 389 | | |
390 | 390 | | |
| |||
398 | 398 | | |
399 | 399 | | |
400 | 400 | | |
401 | | - | |
| 401 | + | |
402 | 402 | | |
403 | 403 | | |
404 | 404 | | |
0 commit comments