mirror of
https://github.com/doomemacs/doomemacs
synced 2025-08-03 12:27:26 -05:00
7 lines
243 B
EmacsLisp
7 lines
243 B
EmacsLisp
;; -*- no-byte-compile: t; -*-
|
|
;;; lang/elm/packages.el
|
|
|
|
(package! elm-mode :pin "699841865e1bd5b7f2077baa7121510b6bcad3c7")
|
|
(when (modulep! :checkers syntax -flymake)
|
|
(package! flycheck-elm :pin "1b60050efd4729bfba548f3e5adbcb58436667cb"))
|