doomemacs/modules/lang/elm/packages.el

7 lines
235 B
EmacsLisp
Raw Normal View History

2017-05-20 18:11:34 -07:00
;; -*- no-byte-compile: t; -*-
;;; lang/elm/packages.el
2020-01-14 22:32:11 -05:00
(package! elm-mode :pin "5df694e307cf8fa5a3555d800984aa4ebb40664f")
(when (featurep! :checkers syntax)
2020-01-14 22:32:11 -05:00
(package! flycheck-elm :pin "debd0af563cb6c2944367a691c7fa3021d9378c1"))