mirror of
https://github.com/doomemacs/doomemacs
synced 2025-08-01 12:17:25 -05:00
10 lines
301 B
EmacsLisp
10 lines
301 B
EmacsLisp
;; -*- no-byte-compile: t; -*-
|
|
;;; lang/lua/packages.el
|
|
|
|
(package! terra-mode
|
|
:recipe (:host github :repo "StanfordLegion/terra-mode")
|
|
:pin "1e5e82410d60bd0b53fe3e769d9dd36a0d542b71")
|
|
|
|
(when (featurep! :completion company)
|
|
(package! company-lua :pin "29f6819de4d691e5fd0b62893a9f4fbc1c6fcb52"))
|