Fix solc and solium pathes
The bin files were links to the real thing.
This commit is contained in:
parent
f4234779ce
commit
01993aa698
1 changed files with 2 additions and 2 deletions
|
@ -7,8 +7,8 @@
|
||||||
(def-package! solidity-mode
|
(def-package! solidity-mode
|
||||||
:mode "\\.sol$"
|
:mode "\\.sol$"
|
||||||
:init
|
:init
|
||||||
(setq solidity-solc-path "$HOME/.node_modules/bin/solcjs")
|
(setq solidity-solc-path "~/.node_modules/lib/node_modules/solc/solcjs")
|
||||||
(setq solidity-solium-path "$HOME/.node_modules/bin/solium")
|
(setq solidity-solium-path "~/.node_modules/lib/node_modules/solium/bin/solium.js")
|
||||||
|
|
||||||
(setq solidity-flycheck-solc-checker-active t)
|
(setq solidity-flycheck-solc-checker-active t)
|
||||||
(setq solidity-flycheck-solium-checker-active t)
|
(setq solidity-flycheck-solium-checker-active t)
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue