Wrong SHA for package nim-mode (looks like a copy-paste mishap). Amend: hlissner/doom-emacs@fd2788c268
9 lines
272 B
EmacsLisp
9 lines
272 B
EmacsLisp
;; -*- no-byte-compile: t; -*-
|
|
;;; lang/nim/packages.el
|
|
|
|
;;; requires nim nimsuggest nimble
|
|
|
|
(package! nim-mode :pin "744e076f0bea1c5ddc49f92397d9aa98ffa7eff8")
|
|
|
|
(when (featurep! :checkers syntax)
|
|
(package! flycheck-nim :pin "ddfade51001571c2399f78bcc509e0aa8eb752a4"))
|