mirror of
https://gitlab.com/dwt1/dotfiles.git
synced 2026-04-24 20:10:23 +10:00
Moving to Doom Emacs!
This commit is contained in:
8
.emacs.d/modules/lang/solidity/doctor.el
Normal file
8
.emacs.d/modules/lang/solidity/doctor.el
Normal file
@@ -0,0 +1,8 @@
|
||||
;; -*- lexical-binding: t; no-byte-compile: t; -*-
|
||||
;;; lang/solidity/doctor.el
|
||||
|
||||
(when (require 'solidity-common nil t)
|
||||
(unless (executable-find solidity-solc-path)
|
||||
(warn! "Solc isn't installed."))
|
||||
(unless (executable-find solidity-solium-path)
|
||||
(warn! "Solium isn't installed.")))
|
||||
Reference in New Issue
Block a user