mirror of
https://gitlab.com/dwt1/dotfiles.git
synced 2026-04-24 20:10:23 +10:00
Moving to Doom Emacs!
This commit is contained in:
9
.emacs.d/modules/lang/terra/packages.el
Normal file
9
.emacs.d/modules/lang/terra/packages.el
Normal file
@@ -0,0 +1,9 @@
|
||||
;; -*- no-byte-compile: t; -*-
|
||||
;;; lang/lua/packages.el
|
||||
|
||||
(package! terra-mode
|
||||
:recipe (:host github :repo "StanfordLegion/terra-mode"))
|
||||
|
||||
(when (featurep! :completion company)
|
||||
(package! company-lua))
|
||||
|
||||
Reference in New Issue
Block a user