Files
dtos-dotfiles/.emacs.d/modules/lang/terra/packages.el
2020-06-19 22:43:40 -05:00

10 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"))