doomemacs/modules/lang/terra/packages.el

10 lines
301 B
EmacsLisp
Raw Normal View History

2019-03-25 14:50:41 -06:00
;; -*- no-byte-compile: t; -*-
;;; lang/lua/packages.el
(package! terra-mode
2020-01-14 22:32:11 -05:00
:recipe (:host github :repo "StanfordLegion/terra-mode")
:pin "1e5e82410d60bd0b53fe3e769d9dd36a0d542b71")
2019-03-25 14:50:41 -06:00
(when (featurep! :completion company)
2020-01-14 22:32:11 -05:00
(package! company-lua :pin "29f6819de4d691e5fd0b62893a9f4fbc1c6fcb52"))