mirror of
https://github.com/doomemacs/doomemacs.git
synced 2025-12-27 12:21:39 -08:00
9 lines
165 B
EmacsLisp
9 lines
165 B
EmacsLisp
;; -*- no-byte-compile: t; -*-
|
|
;;; lang/lua/packages.el
|
|
|
|
(@package lua-mode)
|
|
(@package moonscript)
|
|
|
|
(when (@featurep :completion company)
|
|
(@package company-lua))
|
|
|