mirror of
https://gitlab.com/dwt1/dotfiles.git
synced 2026-04-24 03:50:24 +10:00
Updating Doom Emacs.
This commit is contained in:
@@ -8,9 +8,10 @@
|
||||
|
||||
|
||||
(use-package! solidity-flycheck ; included with solidity-mode
|
||||
:when (featurep! :tools flycheck)
|
||||
:when (featurep! :checkers syntax)
|
||||
:after solidity-mode
|
||||
:config
|
||||
(set-docsets! 'solidity-mode "Solidity")
|
||||
(setq flycheck-solidity-solc-addstd-contracts t)
|
||||
(when (funcall flycheck-executable-find solidity-solc-path)
|
||||
(add-to-list 'flycheck-checkers 'solidity-checker nil #'eq))
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
;; -*- no-byte-compile: t; -*-
|
||||
;;; lang/solidity/packages.el
|
||||
|
||||
(package! solidity-mode)
|
||||
(package! solidity-mode :pin "022b3159832384a7dcdc2168809e698600826047")
|
||||
(package! company-solidity)
|
||||
(package! solidity-flycheck)
|
||||
|
||||
Reference in New Issue
Block a user