Files
doomemacs/modules/lang/solidity/packages.el
Henrik Lissner 448bc5cae2 refactor: use negated flags
Ref: 7a806521a92c
2024-10-20 02:41:50 -04:00

9 lines
278 B
EmacsLisp

;; -*- no-byte-compile: t; -*-
;;; lang/solidity/packages.el
(package! solidity-mode :pin "8ba549e429e86778a0e079648f3bc3463fcb15f6")
(when (modulep! :completion company)
(package! company-solidity))
(when (modulep! :checkers syntax -flymake)
(package! solidity-flycheck))