lang/elm: first attempt

This commit is contained in:
Valentin Robert 2017-05-20 18:11:34 -07:00
parent 3a0a2c5481
commit 978394fe31
3 changed files with 25 additions and 0 deletions

View file

@ -0,0 +1,6 @@
;; -*- no-byte-compile: t; -*-
;;; lang/elm/packages.el
(package! flycheck-elm)
(package! elm-mode)