2017-02-19 18:57:16 -05:00
|
|
|
;; -*- no-byte-compile: t; -*-
|
|
|
|
;;; lang/lua/packages.el
|
|
|
|
|
2017-02-23 00:06:12 -05:00
|
|
|
(package! lua-mode)
|
2019-09-06 00:33:07 -04:00
|
|
|
|
|
|
|
(when (featurep! +moonscript)
|
|
|
|
(package! moonscript)
|
2020-01-14 03:04:26 -05:00
|
|
|
(when (featurep! :checkers syntax)
|
2019-09-06 00:33:07 -04:00
|
|
|
(package! flycheck-moonscript
|
|
|
|
:recipe (:host github :repo "hlissner/emacs-flycheck-moonscript"))))
|
2017-02-19 18:57:16 -05:00
|
|
|
|
2017-02-23 00:06:12 -05:00
|
|
|
(when (featurep! :completion company)
|
|
|
|
(package! company-lua))
|
2017-02-19 18:57:16 -05:00
|
|
|
|