Add Solidity

Add basic Solidity module
This commit is contained in:
Edmund Milller 2018-05-17 21:00:30 -05:00 committed by Edmund Miller
parent f16aa539c7
commit 3193e7a8a7
5 changed files with 74 additions and 0 deletions

View file

@ -0,0 +1,6 @@
;; -*- no-byte-compile: t; -*-
;;; lang/solidity/packages.el
(package! solidity-mode)
(when (featurep! :completion company)
(package! company-solidity))