9 lines
241 B
EmacsLisp
9 lines
241 B
EmacsLisp
;; -*- no-byte-compile: t; -*-
|
|
;;; lang/lua/packages.el
|
|
|
|
(package! terra-mode
|
|
:recipe (:host github :repo "StanfordLegion/terra-mode")
|
|
:pin "1e5e82410d")
|
|
|
|
(when (featurep! :completion company)
|
|
(package! company-lua :pin "29f6819de4"))
|