mirror of
https://github.com/doomemacs/doomemacs
synced 2025-08-03 12:27:26 -05:00
@ -14,7 +14,7 @@
|
|||||||
:when (featurep! :feature syntax-checker)
|
:when (featurep! :feature syntax-checker)
|
||||||
:after solidity-mode
|
:after solidity-mode
|
||||||
:init (add-hook 'solidity-mode-hook #'flycheck-mode)
|
:init (add-hook 'solidity-mode-hook #'flycheck-mode)
|
||||||
:config (setq flycheck-solidity-solc-addstd-contracts t)
|
:config (setq flycheck-solidity-solc-addstd-contracts t))
|
||||||
|
|
||||||
|
|
||||||
(def-package! company-solidity
|
(def-package! company-solidity
|
||||||
|
Reference in New Issue
Block a user