mirror of
https://github.com/doomemacs/doomemacs
synced 2025-08-01 12:17:25 -05:00
They're on Melpa individually for whatever reason though they're in the solidity-mode repo.
7 lines
144 B
EmacsLisp
7 lines
144 B
EmacsLisp
;; -*- no-byte-compile: t; -*-
|
|
;;; lang/solidity/packages.el
|
|
|
|
(package! solidity-mode)
|
|
(package! company-solidity)
|
|
(package! solidity-flycheck)
|