emacs-lsp/lsp-haskell@3249cde75f -> emacs-lsp/lsp-haskell@918ffa2516 emacsorphanage/helm-css-scss@48b996f73a -> emacsorphanage/helm-css-scss@2169d83d8f ethereum/emacs-solidity@ddb4a901c3 -> ethereum/emacs-solidity@8ba549e429 fsharp/emacs-fsharp-mode@09fec6c91f -> fsharp/emacs-fsharp-mode@b4d31c3da0 fxbois/web-mode@df97ab62c9 -> fxbois/web-mode@57856ba64b haskell/haskell-mode@a34ccdc54b -> haskell/haskell-mode@3e146c1a89 immerrr/lua-mode@ad639c62e3 -> immerrr/lua-mode@7eb8eaa420 jcollard/elm-mode@5797500d74 -> jcollard/elm-mode@699841865e leanprover/lean-mode@362bc6fa3e -> leanprover/lean-mode@99d6a34dc5 nex3/haml-mode@bf5b6c11b1 -> nex3/haml-mode@fe83c65c1f purescript-emacs/emacs-psci@95fb5d1403 -> purescript-emacs/emacs-psci@9bb6a32532 purescript-emacs/purescript-mode@cf113871f9 -> purescript-emacs/purescript-mode@eacc61aaaf technomancy/fennel-mode@52da9715b0 -> technomancy/fennel-mode@8f721285e1 ziglang/zig-mode@9c5e41d6a0 -> ziglang/zig-mode@079149a19f Close: #7344
:lang solidity
Description unfold
This module adds Solidity support to Doom Emacs.
- Syntax-checking (doom-package:flycheck)
- Code completion (doom-package:company-solidity)
- Gas estimation (
C-c C-g
)
Maintainers
This module needs a maintainer. Become a maintainer?
Module flags
This module has no flags.
Packages
- doom-package:company-solidity if doom-module::completion company
- doom-package:solidity-flycheck if doom-module::checkers syntax
- doom-package:solidity-mode
Hacks
No hacks documented for this module.
TODO Changelog
This module does not have a changelog yet.
Installation
Enable this module in your doom!
block.
This module requires one or both linters for syntax checking:
If both are enabled Solc is run first, then Solium if Solc catches no errors.
Solc
npm install -g solc
Solium
npm install -g solium
By default solium looks for .soliumrc.json
in the project directory, but you
can set it to your own .soliumrc.json
with:
;; in $DOOMDIR/config.el
(setq flycheck-solidity-solium-soliumrcfile "~/.soliumrc.json")
TODO Usage
🔨 This module has no usage documentation yet. Write some?
TODO Configuration
🔨 This module has no configuration documentation yet. Write some?
Troubleshooting
There are no known problems with this module. Report one?
Frequently asked questions
This module has no FAQs yet. Ask one?
TODO Appendix
🔨 This module has no appendix yet. Write one?