Files
doomemacs/modules/lang/elm/packages.el
Henrik Lissner 448bc5cae2 refactor: use negated flags
Ref: 7a806521a92c
2024-10-20 02:41:50 -04:00

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"))