adding a terra module.

This commit is contained in:
Alex Iverson 2019-03-25 14:50:41 -06:00
parent a37e1922da
commit 115228bfc7
4 changed files with 41 additions and 0 deletions

View file

@ -0,0 +1,8 @@
;; -*- no-byte-compile: t; -*-
;;; lang/lua/packages.el
(package! terra-mode :recipe (:fetcher github :repo "StanfordLegion/terra-mode"))
(when (featurep! :completion company)
(package! company-lua))