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 "16a245e4974d21a6e9e7163e7fbfb50a0bd89f99")
|
|
|
|
(when (featurep! :checkers syntax)
|
|
(package! flycheck-nim :pin "ddfade51001571c2399f78bcc509e0aa8eb752a4"))
|