mirror of
https://github.com/doomemacs/doomemacs.git
synced 2025-12-27 04:11:41 -08:00
7 lines
147 B
EmacsLisp
7 lines
147 B
EmacsLisp
;; -*- no-byte-compile: t; -*-
|
|
;;; lang/elm/packages.el
|
|
|
|
(package! elm-mode)
|
|
(when (featurep! :feature syntax-checker)
|
|
(package! flycheck-elm))
|
|
|