mirror of
https://github.com/doomemacs/doomemacs
synced 2025-08-21 13:53:38 -05:00
Add Solidity
Add basic Solidity module
This commit is contained in:
committed by
Edmund Miller
parent
f16aa539c7
commit
3193e7a8a7
8
modules/lang/solidity/doctor.el
Normal file
8
modules/lang/solidity/doctor.el
Normal 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."))
|
Reference in New Issue
Block a user