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,8 @@
;; -*- lexical-binding: t; no-byte-compile: t; -*-
;;; lang/solidity/doctor.el
(unless (executable-find "solc")
(warn! "Solc isn't installed."))
(unless (executable-find "solium -V")
(warn! "Solium isn't installed."))