mirror of
https://github.com/doomemacs/doomemacs.git
synced 2025-12-28 12:52:11 -08:00
7 lines
139 B
EmacsLisp
7 lines
139 B
EmacsLisp
;; -*- no-byte-compile: t; -*-
|
|
;;; lang/elm/packages.el
|
|
|
|
(package! elm-mode)
|
|
(when (featurep! :tools flycheck)
|
|
(package! flycheck-elm))
|
|
|