diff --git a/emacs.d/lang-modes.el b/emacs.d/lang-modes.el index adf41cc..727de0a 100644 --- a/emacs.d/lang-modes.el +++ b/emacs.d/lang-modes.el @@ -40,3 +40,6 @@ (use-package js :config (setq js-indent-level tab-width)) + +(use-package lua-mode + :ensure t)