doomemacs/modules/lang/terra/packages.el

9 lines
205 B
EmacsLisp
Raw Normal View History

2019-03-26 04:50:41 +08:00
;; -*- 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))