2017-02-19 18:57:16 -05:00
|
|
|
;; -*- no-byte-compile: t; -*-
|
|
|
|
;;; lang/lua/packages.el
|
|
|
|
|
2021-09-15 00:45:49 +02:00
|
|
|
(package! lua-mode :pin "5a9bee8d5fc978dc64fcb677167417010321ba65")
|
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)
|
2022-07-23 07:31:26 -07:00
|
|
|
(package! fennel-mode :pin "5664357349462d0564c0bb55cb289a6722f0ecbc"))
|
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"))
|