From 43a990a1fb7c46f6fa1b988806e23f2511a94677 Mon Sep 17 00:00:00 2001 From: gered Date: Thu, 5 Dec 2024 22:03:36 -0500 Subject: [PATCH] add lua-mode package --- emacs.d/lang-modes.el | 3 +++ 1 file changed, 3 insertions(+) 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)