mirror of
https://github.com/doomemacs/doomemacs
synced 2025-08-01 12:17:25 -05:00
9 lines
205 B
EmacsLisp
9 lines
205 B
EmacsLisp
;; -*- 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))
|
|
|