2017-05-20 21:09:23 -07:00
|
|
|
;; -*- no-byte-compile: t; -*-
|
|
|
|
;;; lang/purescript/packages.el
|
|
|
|
|
2017-05-21 14:05:04 -07:00
|
|
|
;; As far as I can tell, at the moment, flycheck-purescript does not work well
|
2017-06-08 11:47:56 +02:00
|
|
|
;; due to expecting the compiler to be psc rather than purs. However, one of
|
|
|
|
;; purescript-mode or psc-ide seems to handle flycheck, so it might be
|
|
|
|
;; unnecessary altogether.
|
|
|
|
;;(package! flycheck-purescript)
|
2017-05-21 14:05:04 -07:00
|
|
|
|
2017-05-20 21:09:23 -07:00
|
|
|
(package! psc-ide)
|
|
|
|
(package! purescript-mode)
|
|
|
|
|