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