Add Solidity
Add basic Solidity module
This commit is contained in:
parent
f16aa539c7
commit
3193e7a8a7
5 changed files with 74 additions and 0 deletions
6
modules/lang/solidity/packages.el
Normal file
6
modules/lang/solidity/packages.el
Normal file
|
@ -0,0 +1,6 @@
|
|||
;; -*- no-byte-compile: t; -*-
|
||||
;;; lang/solidity/packages.el
|
||||
|
||||
(package! solidity-mode)
|
||||
(when (featurep! :completion company)
|
||||
(package! company-solidity))
|
Loading…
Add table
Add a link
Reference in a new issue