lang/elm: gate flycheck-elm behind featurep! check

This commit is contained in:
Henrik Lissner 2018-05-07 18:26:30 +02:00
parent 6c8a8a723a
commit da598551a3
No known key found for this signature in database
GPG key ID: 5F6C0EA160557395
2 changed files with 4 additions and 2 deletions

View file

@ -1,6 +1,7 @@
;; -*- no-byte-compile: t; -*-
;;; lang/elm/packages.el
(package! flycheck-elm)
(package! elm-mode)
(when (featurep! :feature syntax-checker)
(package! flycheck-elm))