mirror of
https://github.com/doomemacs/doomemacs
synced 2025-08-15 13:23:42 -05:00
Add Solidity
Add basic Solidity module
This commit is contained in:
committed by
Edmund Miller
parent
f16aa539c7
commit
3193e7a8a7
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))
|
Reference in New Issue
Block a user