doomemacs/modules/lang/purescript/packages.el

13 lines
399 B
EmacsLisp
Raw Normal View History

2017-05-21 12:09:23 +08:00
;; -*- no-byte-compile: t; -*-
;;; lang/purescript/packages.el
2017-05-22 05:05:04 +08:00
;; As far as I can tell, at the moment, flycheck-purescript does not work well
;; 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-22 05:05:04 +08:00
2017-05-21 12:09:23 +08:00
(package! psc-ide)
(package! purescript-mode)