mirror of
https://gitlab.com/dwt1/dotfiles.git
synced 2026-04-23 11:30:23 +10:00
7 lines
175 B
EmacsLisp
7 lines
175 B
EmacsLisp
;; -*- no-byte-compile: t; -*-
|
|
;;; lang/elm/packages.el
|
|
|
|
(package! elm-mode :pin "7782be0814")
|
|
(when (featurep! :checkers syntax)
|
|
(package! flycheck-elm :pin "1b60050efd"))
|