adding a terra module.
This commit is contained in:
parent
a37e1922da
commit
115228bfc7
4 changed files with 41 additions and 0 deletions
8
modules/lang/terra/packages.el
Normal file
8
modules/lang/terra/packages.el
Normal 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))
|
||||
|
Loading…
Add table
Add a link
Reference in a new issue