doomemacs/modules/lang/solidity/packages.el
Edmund Miller faf217b0de
Require solidity packages
They're on Melpa individually for whatever reason though they're in the
solidity-mode repo.
2019-02-06 19:56:22 -06:00

7 lines
144 B
EmacsLisp

;; -*- no-byte-compile: t; -*-
;;; lang/solidity/packages.el
(package! solidity-mode)
(package! company-solidity)
(package! solidity-flycheck)