2017-02-19 18:57:16 -05:00
|
|
|
;; -*- no-byte-compile: t; -*-
|
|
|
|
;;; lang/lua/packages.el
|
|
|
|
|
2020-11-10 13:33:16 -05:00
|
|
|
(package! lua-mode :pin "d2ff3045b9694293a302fa60d7bd5d97f2673156")
|
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
|
|
|
|
2020-11-09 21:24:24 -05:00
|
|
|
(when (featurep! +fennel)
|
2020-12-05 16:37:59 -05:00
|
|
|
(package! fennel-mode :pin "fa56106eeb27de8c8f063f53e139e9bcf6004274"))
|
2020-11-09 21:24:24 -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"))
|