File tree Expand file tree Collapse file tree 1 file changed +5
-1
lines changed
Expand file tree Collapse file tree 1 file changed +5
-1
lines changed Original file line number Diff line number Diff line change @@ -22,6 +22,11 @@ By default solidity-mode associates itself with any files ending in =.sol=.
2222If using =el-get= then you should have a specific package initializing lisp file. If not then you can put these
2323anywhere in your =init.el=.
2424
25+ ** Generic configuration
26+ Regardless of where you installed solidity mode from, you need to require the package:
27+ #+BEGIN_SRC lisp
28+ (require 'solidity-mode)
29+ #+END_SRC
2530** Provide path to solc binary
2631The ~solc~ binary is assumed to be located at ~/usr/bin/solc~. Wherever that is not the case you would have to manually
2732set the location of the binary like below:
@@ -36,7 +41,6 @@ Solidity mode can also interface with [[https://github.com/flycheck/flycheck][fl
3641download and install the flycheck package. Then configure it to either work on
3742all modes or enable it only for solidity mode.
3843
39-
4044* Features
4145+ Syntax highlighting
4246+ Indentation
You can’t perform that action at this time.
0 commit comments